Implement the screen options toggle sprite across color schemes. props PeteMall, and use correct file ext, props ocean90. see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-02 15:35:10 +00:00
parent ba0b9ce455
commit 59d3fd59c4
7 changed files with 12 additions and 24 deletions

View File

@@ -771,11 +771,9 @@ form.upgrade .hint {
font-size: 10px;
display: block;
background-repeat: no-repeat;
background-position: right bottom;
}
#screen-meta a.show-settings {
background-image: url( ../images/screen-options-right.gif?ver=20100531 );
background-position: top right;
background-color: transparent;
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
}
#screen-meta a.show-settings:hover {
@@ -2456,10 +2454,6 @@ table.diff .diff-deletedline del, table.diff .diff-addedline ins {
margin: 0 0 8px;
}
#screen-meta a.show-settings {
background-image: url( ../images/screen-options-toggle.gif?ver=20100531 );
background-position: top right;
}
/* END */
#side-sortables .category-adder {