diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-08 16:36:10 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-08 16:36:10 +0000 |
| commit | 9fb5e24aae855dae0101dc60558bf0fd1a33b74a (patch) | |
| tree | 6edc1bbdf644207f2c7cd93531a8de8ee903c3b8 /themes/colors/css/nocturnal.css | |
| parent | a4cbd2bac48f550283fdff2e5ab2d7d65134592d (diff) | |
| download | webtrees-9fb5e24aae855dae0101dc60558bf0fd1a33b74a.tar.gz webtrees-9fb5e24aae855dae0101dc60558bf0fd1a33b74a.tar.bz2 webtrees-9fb5e24aae855dae0101dc60558bf0fd1a33b74a.zip | |
Color changes for right-side tab
Diffstat (limited to 'themes/colors/css/nocturnal.css')
| -rw-r--r-- | themes/colors/css/nocturnal.css | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 74e0629d9d..cc80a6c90b 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 7782 2010-04-02 13:23:19Z rob $ +* $Id: ash.css 7896 2010-04-07 22:08:56Z greg $ */ .something { @@ -50,7 +50,7 @@ color: #ffffff; /* Define TopLink Color */ -#toplinks, .menuitem_hover a:hover { +#toplinks { background:#9fa8d5; color: #0a2352; } @@ -1607,12 +1607,10 @@ dt { /* Override js/jquery-ui.custom.css */ /* Accordion ----------------------------------*/ - -.ui-accordion .ui-accordion-header { background: #6A78BE;} -.ui-accordion .ui-accordion-header a { color: #FFFFFF ;} +.ui-state-active, .ui-widget-content .ui-state-active { background: #6A78BE;} /* Tabs ----------------------------------*/ -.ui-widget-header { border: 1px solid #fff; background: #6A78BE !important; } +.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; } @@ -1634,7 +1632,7 @@ dt { /* Override inline code in --------------------*/ #sidebar { background: #fff !important; -margin: 15px 18px 15px 15px; +margin: 9px 20px 15px 15px; } /* Navigator and Flyout menu Styles -----------*/ @@ -1646,3 +1644,4 @@ color: #000; color: #fff; } + |
