diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-27 12:53:30 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-27 12:53:30 +0000 |
| commit | 79b30a8cb8866f6eac389211bd0a04228b8f18cf (patch) | |
| tree | ab361b8dd0fbf8a9f771f3212ddae5c871412edd /themes/clouds | |
| parent | b1d1ef8997e2f260072b05e9b4d0144f51f0f76d (diff) | |
| download | webtrees-79b30a8cb8866f6eac389211bd0a04228b8f18cf.tar.gz webtrees-79b30a8cb8866f6eac389211bd0a04228b8f18cf.tar.bz2 webtrees-79b30a8cb8866f6eac389211bd0a04228b8f18cf.zip | |
Change color on active Tab
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/jquery/jquery-ui_theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/clouds/jquery/jquery-ui_theme.css b/themes/clouds/jquery/jquery-ui_theme.css index ca052bd78b..86e2f224a4 100644 --- a/themes/clouds/jquery/jquery-ui_theme.css +++ b/themes/clouds/jquery/jquery-ui_theme.css @@ -5,9 +5,9 @@ .ui-widget-content a { color:#003399; }
.ui-widget-content a:hover { color: red; }
-.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; color:blue; }
-.ui-tabs-nav li.ui-tabs-selected a { font-weight:600; color: blue; }
-.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: blue; }
+.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; color: #003399; }
+.ui-tabs-nav li.ui-tabs-selected a { font-weight:600; color: #003399; }
+.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: #003399; }
/* Navigator and Flyout menu Styles */
|
