mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +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-right: 10px;
|
||||||
margin-top: -3px;
|
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 {
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background: rgba(102, 153, 204, 0.7);
|
background: rgba(102, 153, 204, 0.7);
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
border: none;
|
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 {
|
.favorites img {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
@ -769,10 +769,6 @@ div.header_row_right{
|
|||||||
// Aktuelle Ansicht als Favorit
|
// Aktuelle Ansicht als Favorit
|
||||||
img {.dimension_width_height_xs; margin-left: 5px;margin-right:10px;margin-top:-3px;}
|
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
|
} // Ende li
|
||||||
li.ui-menu-item.ui-state-highlight {
|
li.ui-menu-item.ui-state-highlight {
|
||||||
.color_100_gray;
|
.color_100_gray;
|
||||||
@ -780,11 +776,6 @@ div.header_row_right{
|
|||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
border: none;
|
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
|
} // sidebox-favorites
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user