mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 19:01:44 +01:00
c8f51203cf
git-svn-id: http://svn.automattic.com/wordpress/trunk@17941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
53 lines
1.0 KiB
CSS
53 lines
1.0 KiB
CSS
.post-com-count {
|
|
background-image: url(../images/bubble_bg-rtl.gif);
|
|
}
|
|
|
|
#user_info_arrow {
|
|
background: transparent url(../images/arrows-vs.png) no-repeat 6px 5px;
|
|
}
|
|
|
|
#user_info:hover #user_info_arrow,
|
|
#user_info.active #user_info_arrow {
|
|
background: transparent url(../images/arrows-dark-vs.png) no-repeat 6px 5px;
|
|
}
|
|
|
|
#titlediv #title {
|
|
border-color: #bdccd5;
|
|
}
|
|
|
|
#editorcontainer {
|
|
border-color: #bdccd5 #bdccd5 #d0dfe9;
|
|
}
|
|
|
|
/* menu */
|
|
#adminmenuback,
|
|
#adminmenuwrap {
|
|
background-color: #EFF8FF;
|
|
border-color: #D1E5EE;
|
|
}
|
|
|
|
#adminmenushadow,
|
|
#adminmenuback {
|
|
background-image: url(../images/menu-shadow-rtl.png);
|
|
background-position: top left;
|
|
}
|
|
|
|
/* collapse menu button */
|
|
|
|
#collapse-button div {
|
|
background-position: 0 -108px;
|
|
}
|
|
.folded #collapse-button div {
|
|
background-position: 0 -72px;
|
|
}
|
|
/* inline editor */
|
|
|
|
.tablenav .tablenav-pages a {
|
|
background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20101102') repeat-x scroll right -379px;
|
|
}
|
|
|
|
|
|
#favorite-toggle {
|
|
background: transparent url(,../images/fav-arrow-rtl.gif?ver=20100531,) no-repeat 100% -4px;
|
|
}
|