From: Michael Vogel Date: Sun, 23 Dec 2012 09:31:46 +0000 (+0100) Subject: Vier: Background color of popup menus changed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e83034fc3d95074749052ba59a59823b097338d;p=friendica.git Vier: Background color of popup menus changed --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 876019020f..86b290eb79 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -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;