mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +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-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 {
|
||||
background-image: url(../images/trash.png);
|
||||
background-size: 12px 12px;
|
||||
|
@ -1128,6 +1128,15 @@
|
||||
background-size: 12px 12px;
|
||||
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 {
|
||||
background-image: url(../images/trash.png);
|
||||
background-size: 12px 12px;
|
||||
|
@ -1009,7 +1009,7 @@ button#admin-categories-index_add {
|
||||
|
||||
a{color: @gray_100;}
|
||||
}
|
||||
|
||||
|
||||
|
||||
a{
|
||||
|
||||
@ -1045,7 +1045,15 @@ button#admin-categories-index_add {
|
||||
|
||||
|
||||
} // 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
|
||||
li:first-child{
|
||||
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