From 21491100f834372545569035e525ab74fc64cf26 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Jun 2013 22:34:35 -0700 Subject: fix buggered contact photos --- view/theme/redbasic/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 92f91541d..53d17ea04 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2439,6 +2439,17 @@ aside input[type='text'] { margin-top: -4px; } +.nav-dropdown-indicator { + opacity: 0.5; + filter:alpha(opacity=50); +} + +.nav-dropdown-indicator:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + + .location-label, .gender-label, .marital-label, .homepage-label { float: left; text-align: right; -- cgit v1.2.3