mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
f41858edcf
git-svn-id: http://svn.automattic.com/wordpress/trunk@8632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
25 lines
566 B
CSS
25 lines
566 B
CSS
.bar {
|
|
border-right-color: transparent;
|
|
border-left-color: #99d;
|
|
}
|
|
.post-com-count {
|
|
}
|
|
#adminmenu li a #awaiting-mod, #sidemenu li a #update-plugins {
|
|
background-image: url(../images/comment-stalk-rtl.gif);
|
|
background-position:right bottom;
|
|
}
|
|
#footer {
|
|
background-position:99% 10px;
|
|
}
|
|
.plugins .togl {
|
|
border-right-color: transparent;
|
|
border-left-color: #ccc;
|
|
}
|
|
#poststuff .closed .togbox, #poststuff .togbox {
|
|
background-image: url(../images/toggle-arrow-rtl.gif);
|
|
}
|
|
#upload-menu li.current {
|
|
border-right-color:transparent;
|
|
border-left-color: #448abd;
|
|
}
|