Vier: Background color of popup menus changed

This commit is contained in:
Michael Vogel 2012-12-23 10:31:46 +01:00
parent 4b240c9109
commit 2e83034fc3
1 changed files with 8 additions and 1 deletions

View File

@ -697,7 +697,8 @@ ul.menu-popup a {
text-decoration: none; text-decoration: none;
} }
ul.menu-popup a:hover { ul.menu-popup a:hover {
background-color: #bdcdd4; /* background-color: #bdcdd4; */
background-color: #e5e5e5;
} }
ul.menu-popup .menu-sep { ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0; border-top: 1px solid #9eabb0;
@ -801,6 +802,12 @@ aside .vcard dl {
height: auto; height: auto;
overflow: auto; overflow: auto;
} }
aside select {
background-color: white;
width: 165px;
}
aside .vcard dt { aside .vcard dt {
float: left; float: left;
margin-left: 0px; margin-left: 0px;