mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user