mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
8284a24a11
git-svn-id: http://svn.automattic.com/wordpress/trunk@9721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
70 lines
2.0 KiB
CSS
70 lines
2.0 KiB
CSS
.bar {
|
|
border-right-color: transparent;
|
|
border-left-color: #99d;
|
|
}
|
|
|
|
.plugins .togl {
|
|
border-right-color: transparent;
|
|
border-left-color: #ccc;
|
|
}
|
|
|
|
.post-com-count {
|
|
background-image: url(../images/bubble_bg-rtl.gif);
|
|
}
|
|
|
|
#adminmenu li a #awaiting-mod, #adminmenu li a #update-plugins {
|
|
background-image: url(../images/comment-stalk-rtl.gif);
|
|
}
|
|
|
|
#upload-menu li.current {
|
|
border-right-color: transparent;
|
|
border-left-color: #448abd;
|
|
}
|
|
|
|
#adminmenu .wp-submenu .current a.current {
|
|
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px;
|
|
}
|
|
|
|
#adminmenu li.wp-menu-separator {
|
|
background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;
|
|
}
|
|
|
|
#adminmenu.folded li.wp-menu-separator {
|
|
background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;
|
|
}
|
|
|
|
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
|
|
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
|
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -206px;
|
|
}
|
|
|
|
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
|
|
background: transparent url(../images/menu-bits-rtl.gif) no-repeat right -206px;
|
|
}
|
|
|
|
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
|
|
#adminmenu .wp-menu-open .wp-menu-toggle {
|
|
background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -108px;
|
|
}
|
|
|
|
#adminmenu a.wp-has-submenu {
|
|
background: #f1f1f1 url(../images/menu-bits-rtl.gif) repeat-x scroll right -379px;
|
|
}
|
|
|
|
#adminmenu .wp-submenu a {
|
|
background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
|
|
}
|
|
|
|
#adminmenu li.current a,
|
|
#adminmenu .wp-submenu a:hover {
|
|
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -289px;
|
|
}
|
|
|
|
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
|
background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
|
|
}
|
|
|
|
.meta-box-sortables .postbox:hover .handlediv {
|
|
background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px;
|
|
}
|