summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-06-27 12:53:30 +0000
committerRob Peters <makitso@gmail.com>2010-06-27 12:53:30 +0000
commit79b30a8cb8866f6eac389211bd0a04228b8f18cf (patch)
treeab361b8dd0fbf8a9f771f3212ddae5c871412edd /themes/clouds
parentb1d1ef8997e2f260072b05e9b4d0144f51f0f76d (diff)
downloadwebtrees-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.css6
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 */