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/belgianchocolate.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/belgianchocolate.css')
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 5b34850653..c9d8e52508 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.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 { @@ -51,10 +51,12 @@ color: #ffffff; /* Define TopLink Color */ #toplinks { -background:#331900; -color: #971702; +background:#311900; } +.menuitem_hover a:hover{ +color: #311900; +} /* 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: #af2604 !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; } - - |
