diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-08 20:15:20 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-08 20:15:20 +0000 |
| commit | 493debe5b6650c76bf672475d2b444f8ec9dd8bc (patch) | |
| tree | 8fbcde54ddcecaa42009a00816879e94a4863041 /themes/colors/css/nocturnal.css | |
| parent | 0e06f599bfea2776c56cded71b80137279a5e145 (diff) | |
| download | webtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.tar.gz webtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.tar.bz2 webtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.zip | |
Resolve firefox issue, adjust colors of sidebar
Diffstat (limited to 'themes/colors/css/nocturnal.css')
| -rw-r--r-- | themes/colors/css/nocturnal.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index cc80a6c90b..299d839596 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -23,7 +23,7 @@ padding:0px; /* Color settings for the this theme */ -/* Define Header and Light Text Colors */ +/* Define Header, Tbl hdrs and Light Text Colors */ #header, .gedcomtitle { @@ -52,9 +52,11 @@ color: #ffffff; #toplinks { background:#9fa8d5; -color: #0a2352; } +.menuitem_hover a:hover{ +color: #9fa8d5; +} /* Define Base Color */ .descriptionbox .submenu a, @@ -82,7 +84,7 @@ color:#333333; } a:hover { -color: #f50; +color: #ff5500; text-decoration: none; } @@ -1613,6 +1615,7 @@ dt { .ui-widget-header { border: 1px solid #fff; background: #6A78BE !important; opacity: 0.67;} .ui-widget-content a:hover {color: #f50;} .ui-state-active, .ui-widget-content .ui-state-active { border: #999; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff;} /* Override jquery-ui_theme.css */ @@ -1643,5 +1646,3 @@ color: #000; .nav_content .facts_label a{ color: #fff; } - - |
