]> git.mxchange.org Git - friendica.git/commitdiff
Vier: Background color of popup menus changed
authorMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:31:46 +0000 (10:31 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 23 Dec 2012 09:31:46 +0000 (10:31 +0100)
view/theme/vier/style.css

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