Missed CSS changes for highlighted favorite

This commit is contained in:
Nathan Gray 2015-07-13 19:01:16 +00:00
parent 3bc178dad0
commit 1e583e5b3b
3 changed files with 27 additions and 1 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;}