mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 21:22:26 +01:00
Missed CSS changes for highlighted favorite
This commit is contained in:
parent
3bc178dad0
commit
1e583e5b3b
@ -1139,6 +1139,15 @@
|
|||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight {
|
||||||
|
color: #000000;
|
||||||
|
background: #9b6ad6;
|
||||||
|
padding: 3px 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight a {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
||||||
background-image: url(../images/trash.png);
|
background-image: url(../images/trash.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
|
@ -1128,6 +1128,15 @@
|
|||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
}
|
}
|
||||||
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight {
|
||||||
|
color: #000000;
|
||||||
|
background: #9b6ad6;
|
||||||
|
padding: 3px 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.sidebox-favorites ul.favorites li.ui-menu-item.ui-state-highlight a {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
.sidebox-favorites ul.favorites li:first-child a div.ui-icon-heart {
|
||||||
background-image: url(../images/trash.png);
|
background-image: url(../images/trash.png);
|
||||||
background-size: 12px 12px;
|
background-size: 12px 12px;
|
||||||
|
@ -1045,7 +1045,15 @@ button#admin-categories-index_add {
|
|||||||
|
|
||||||
|
|
||||||
} // Ende li
|
} // Ende li
|
||||||
|
li.ui-menu-item.ui-state-highlight {
|
||||||
|
.color_100_gray;
|
||||||
|
background: @egw_color_3_e;
|
||||||
|
padding: 3px 0;
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
a{color: @gray_0;}
|
||||||
|
|
||||||
|
}
|
||||||
// Filter aufheben
|
// Filter aufheben
|
||||||
li:first-child{
|
li:first-child{
|
||||||
a div.ui-icon-heart {background-image: url(../images/trash.png); background-size: 12px 12px;background-position: 0 0;}
|
a div.ui-icon-heart {background-image: url(../images/trash.png); background-size: 12px 12px;background-position: 0 0;}
|
||||||
|
Loading…
Reference in New Issue
Block a user