mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
More mouse-nibbled corners. see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@17839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a2fcf40bd8
commit
a51dd95511
File diff suppressed because one or more lines are too long
@ -167,6 +167,16 @@ td.available-theme {
|
||||
.folded #adminmenu a.separator {
|
||||
cursor: w-resize;
|
||||
}
|
||||
.folded #adminmenu .wp-submenu-wrap {
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
-khtml-border-top-left-radius: 3px;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
#adminmenu .wp-submenu .wp-submenu-head {
|
||||
padding: 6px 10px 6px 4px;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
@ -1324,6 +1324,14 @@ body.no-js #adminmenu li.wp-has-current-submenu .wp-submenu {
|
||||
border-width: 0 1px 1px 0;
|
||||
border-style: solid;
|
||||
position: relative;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
.folded #adminmenu .wp-submenu ul {
|
||||
|
@ -487,7 +487,7 @@ function wp_default_styles( &$styles ) {
|
||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110507d' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110508' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
Loading…
Reference in New Issue
Block a user