Continue with the fixes in the themes. TICKET: #435

This commit is contained in:
mdtrooper 2015-08-19 14:38:06 +02:00
parent 2b14ff6876
commit a7dd0fe796

View File

@ -2266,6 +2266,14 @@ ul.operation li a:hover {
background-color: #585858 !important; background-color: #585858 !important;
} }
.submenu_text {
color: #fff;
}
.menu li.selected {
box-shadow: inset 4px 0 #80BA27;
}
li.links a:hover { li.links a:hover {
#font-weight: bold; #font-weight: bold;
} }
@ -2282,6 +2290,10 @@ li.links a:hover {
background-color: #333 !important; background-color: #333 !important;
} }
.operation .selected {
background-color: #585858 !important;
}
.menu li, .menu .li.not_selected { .menu li, .menu .li.not_selected {
border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px;
display: block; display: block;