mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Remove trash icon on first favorite
This commit is contained in:
parent
25615d7ee0
commit
6a7bbb40fe
@ -811,27 +811,12 @@
|
||||
margin-right: 10px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item [data-id="blank"] div.ui-icon-heart {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight {
|
||||
color: #000000;
|
||||
background: rgba(102, 153, 204, 0.7);
|
||||
padding: 3px 0;
|
||||
border: none;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.sidebox-favorites ul.favorites li:first-child a div.sideboxstar {
|
||||
background-image: url(../images/delete.svg);
|
||||
background-size: 12px 12px;
|
||||
background-position: 0 0;
|
||||
}
|
||||
.favorites img {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
@ -769,10 +769,6 @@ div.header_row_right{
|
||||
// Aktuelle Ansicht als Favorit
|
||||
img {.dimension_width_height_xs; margin-left: 5px;margin-right:10px;margin-top:-3px;}
|
||||
|
||||
// Filter aufheben
|
||||
[data-id="blank"] {
|
||||
div.ui-icon-heart {background-image: url(../images/delete.svg); background-size: 12px 12px;background-position: 0 0;}
|
||||
}
|
||||
} // Ende li
|
||||
li.ui-menu-item.ui-state-highlight {
|
||||
.color_100_gray;
|
||||
@ -780,11 +776,6 @@ div.header_row_right{
|
||||
padding: 3px 0;
|
||||
border: none;
|
||||
}
|
||||
// Filter aufheben
|
||||
li:first-child {
|
||||
a div.ui-icon-heart {background-image: url(../images/delete.svg); background-size: 12px 12px;background-position: 0 0;}
|
||||
a div.sideboxstar {background-image: url(../images/delete.svg); background-size: 12px 12px;background-position: 0 0;}
|
||||
}
|
||||
}
|
||||
} // sidebox-favorites
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user