From: sarven Date: Sat, 17 Jan 2009 02:13:02 +0000 (+0000) Subject: site nav local views styles -- rgba background color X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=996eb1da4ea043360dbc7accf9254537d59c7df5;p=quix0rs-gnu-social.git site nav local views styles -- rgba background color --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index fce4c7b86f..fb7e71acd4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -219,8 +219,9 @@ padding:4px 11px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; border-width:1px; -border-style:dashed; +border-style:solid; border-bottom:0; +font-weight:bold; } #site_nav_local_views .nav { float:left; diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index c2eb4ef655..aed4f95e50 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -59,6 +59,10 @@ background-color:transparent; #site_nav_local_views a { border-color:#fff; +background-color:rgba(255, 255, 255, 0.2); +} +#site_nav_local_views a:hover { +background-color:rgba(255, 255, 255, 0.7);: } /*