From 9a9d98a1a507c5dab923c85e9188d0bfa51adb68 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 17 Feb 2008 19:41:47 +0000 Subject: [PATCH] Tab styling fixes from Speedboxer. see #5868 git-svn-id: https://develop.svn.wordpress.org/trunk@6884 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-admin.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 533e712024..09009740e4 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -654,7 +654,8 @@ a.view-comment-post-link { #adminmenu { margin: 0; list-style: none; - background: #e4f2fd url(images/admin-menu.gif) repeat-x bottom left; + background-color: #e4f2fd; + border-bottom: 1px solid #c6d9e9; padding-left: 15px; } @@ -667,7 +668,6 @@ a.view-comment-post-link { font-size: 16px; padding: 6px 7px 6px 7px; line-height: 200%; - border-bottom: 1px solid #c6d9e9; } #adminmenu a:hover, #adminmenu a.current, #adminmenu a.current:hover { @@ -677,15 +677,18 @@ a.view-comment-post-link { font-weight: bold; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; - border-bottom: 1px solid #fff; padding: 6px; } #adminmenu a:hover { - border-bottom: 1px solid #c6d9e9; + border-bottom: 0; font-weight: normal; } +#adminmenu a.current, #adminmenu a.current:hover { + border-bottom: 2px solid #fff; +} + #sidemenu { margin: 0; color: #999; @@ -1210,4 +1213,4 @@ p#post-search { .commentlist .avatar { vertical-align:text-top; -} \ No newline at end of file +}