Darken the hover/on states for the customizer section titles. Switch Collapse arrow and label. Improve text contrast. props helenyhou. fixes #20828.

git-svn-id: https://develop.svn.wordpress.org/trunk@21006 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-06-05 20:57:02 +00:00
parent e93e7d4dd9
commit 35bc32d45f
4 changed files with 50 additions and 34 deletions

View File

@@ -1591,18 +1591,18 @@ table .column-rating {
/* Collapse Button */
.wp-full-overlay .collapse-sidebar {
right: auto;
left: 15px;
right: 0;
left: auto;
margin-right: 15px;
}
.wp-full-overlay.collapsed .collapse-sidebar {
right: auto;
left: -45px;
right: 100%;
}
.wp-full-overlay .collapse-sidebar-arrow {
margin-left: 0;
margin-right: 2px;
margin-left: 0;
background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -108px;
}
@@ -1611,11 +1611,10 @@ table .column-rating {
}
.wp-full-overlay .collapse-sidebar-label {
text-align: left;
right: auto;
left: 100%;
margin-right: 0;
margin-left: 10px;
right: 100%;
left: auto;
margin-right: 10px;
margin-left: 0;
}
/*------------------------------------------------------------------------------