summaryrefslogtreecommitdiff
path: root/themes/colors/css/aquamarine.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/aquamarine.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/aquamarine.css')
-rw-r--r--themes/colors/css/aquamarine.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index 3dd2097f29..e459022b0b 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.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 {
@@ -52,9 +52,11 @@ color: #ffffff;
#toplinks {
background:#085360;
-color: #fc6d1d;
}
+.menuitem_hover a:hover{
+color: #085360;
+}
/* 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: #00A9C7 !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;
}
-
-