Lighten the big menu separators and make them 1px taller. see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-10 19:58:04 +00:00
parent 57d714aedc
commit a2b439c02f
5 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1141,8 +1141,8 @@ table.widefat .spam a:hover,
}
#adminmenu li.wp-menu-separator {
background: #cfcfcf;
border-color: #b7b7b7;
background: #dfdfdf;
border-color: #cfcfcf;
}
#adminmenu a.separator {
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1280,7 +1280,7 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
}
#adminmenu li.wp-menu-separator {
height: 2px;
height: 3px;
padding: 0;
margin: 0;
border-width: 1px 0;