diff options
-rw-r--r-- | themes/bartik/css/colors.css | 4 | ||||
-rw-r--r-- | themes/bartik/css/ie-rtl.css | 3 | ||||
-rw-r--r-- | themes/bartik/css/ie.css | 3 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 7 |
4 files changed, 9 insertions, 8 deletions
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css index e9e6eaeac..c920a68d9 100644 --- a/themes/bartik/css/colors.css +++ b/themes/bartik/css/colors.css @@ -18,6 +18,10 @@ body.overlay { .tabs ul.primary li a.active { background-color: #ffffff; } +.tabs ul.primary li.active a { + background-color: #ffffff; + border-bottom: 1px solid #ffffff; +} #header { background-color: #48a9e4; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0779bf), to(#48a9e4)); diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css index f15e9964f..d5981eeaa 100644 --- a/themes/bartik/css/ie-rtl.css +++ b/themes/bartik/css/ie-rtl.css @@ -3,9 +3,6 @@ fieldset legend { left: 6px; } -.tabs ul.primary li a.active { - padding: 0 10px 0 7px; -} ul.action-links li a { zoom: 1; } diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css index 4c8003a8a..0ea7e0953 100644 --- a/themes/bartik/css/ie.css +++ b/themes/bartik/css/ie.css @@ -16,9 +16,6 @@ fieldset legend { .tabs ul.primary { height: auto; } -.tabs ul.primary li a.active { - padding: 0 7px 0 10px; /* LTR */ -} #footer-wrapper #footer .block { height: 100%; } diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index ba73a0d2e..6957e17b8 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -773,8 +773,8 @@ h1#page-title, vertical-align: bottom; margin: 0 5px 0 0; /* LTR */ } -.tabs ul.primary li a.active { - border-bottom: 1px solid #fff; +.tabs ul.primary li.active a { + border-bottom: 1px solid #ffffff; } .tabs ul.primary li a { color: #000; @@ -795,6 +795,9 @@ h1#page-title, -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; } +.tabs ul.primary li.active a { + background-color: #ffffff; +} .tabs ul.secondary { border-bottom: none; padding: 0.5em 0; |