summaryrefslogtreecommitdiff
path: root/themes/colors/css/ash.css
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-04-08 20:15:20 +0000
committerRob Peters <makitso@gmail.com>2010-04-08 20:15:20 +0000
commit493debe5b6650c76bf672475d2b444f8ec9dd8bc (patch)
tree8fbcde54ddcecaa42009a00816879e94a4863041 /themes/colors/css/ash.css
parent0e06f599bfea2776c56cded71b80137279a5e145 (diff)
downloadwebtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.tar.gz
webtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.tar.bz2
webtrees-493debe5b6650c76bf672475d2b444f8ec9dd8bc.zip
Resolve firefox issue, adjust colors of sidebar
Diffstat (limited to 'themes/colors/css/ash.css')
-rw-r--r--themes/colors/css/ash.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index 83bc2bbba5..ea55928386 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.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:#2a2b2d;
-color: #2a2b2d;
+background:#2A2B2D;
}
+.menuitem_hover a:hover{
+color: #2A2B2D;
+}
/* 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: #9DA5B4 !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;
}
-
-