Support for "tabbing" through the admin bar and admin menu, fixes #19088

git-svn-id: https://develop.svn.wordpress.org/trunk@19162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-05 01:13:18 +00:00
parent 78e94523c8
commit bf02e004e0
11 changed files with 42 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -421,6 +421,7 @@ a:focus {
}
#adminmenu a:hover,
#adminmenu li.menu-top > a:focus,
#adminmenu ul.wp-submenu a:hover,
#the-comment-list .comment a:hover,
#rightnow a:hover,
@@ -1279,7 +1280,8 @@ table.widefat .spam a:hover,
border-color: #d1e5ee;
}
#adminmenu li.menu-top:hover > a {
#adminmenu li.menu-top:hover > a,
#adminmenu li.menu-top > a:focus {
background-color: #e0f1ff;
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
}
@@ -1339,7 +1341,8 @@ table.widefat .spam a:hover,
border-bottom-color: #5589AA;
}
#adminmenu .wp-submenu a:hover {
#adminmenu .wp-submenu a:hover,
#adminmenu .wp-submenu a:focus {
background-color: #EFF8FF;
color: #333;
}

File diff suppressed because one or more lines are too long

View File

@@ -429,6 +429,7 @@ a:focus {
}
#adminmenu a:hover,
#adminmenu li.menu-top > a:focus,
#adminmenu ul.wp-submenu a:hover,
#the-comment-list .comment a:hover,
#rightnow a:hover,
@@ -980,7 +981,8 @@ table.widefat .spam a:hover,
border-color: #dfdfdf;
}
#adminmenu li.menu-top:hover > a {
#adminmenu li.menu-top:hover > a,
#adminmenu li.menu-top > a:focus {
background-color: #e4e4e4;
text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.4 );
}
@@ -1040,7 +1042,8 @@ table.widefat .spam a:hover,
border-bottom-color: #6d6d6d;
}
#adminmenu .wp-submenu a:hover {
#adminmenu .wp-submenu a:hover,
#adminmenu .wp-submenu a:focus {
background-color: #EAF2FA;
color: #333;
}