CSS: Change backround color for the user menu

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-10 16:52:46 +01:00
parent e0e1339a1a
commit 92a2727a0b
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@
width: 1em;
}
#menu .user-nav-item {
background-color: @gray-light;
}
#menu input.search {
background: transparent url('../img/icons/search.png') no-repeat @horizontal-padding + 0.2em center;
background-size: 1em auto;