mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@20824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
.control-section .customize-section-title:hover {
|
||||
box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
|
||||
}
|
||||
|
||||
.customize-section-title:after {
|
||||
right: auto;
|
||||
left: 20px;
|
||||
@@ -16,7 +12,8 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.customize-control-radio input {
|
||||
.customize-control-radio input,
|
||||
.customize-control-checkbox input {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
@@ -72,7 +69,6 @@
|
||||
}
|
||||
|
||||
.customize-control-color .farbtastic-placeholder {
|
||||
margin: 5px 25px 10px 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -80,7 +76,7 @@
|
||||
* Image Picker
|
||||
*/
|
||||
.customize-section .customize-control-image .actions {
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.customize-control-image .library,
|
||||
|
||||
@@ -59,12 +59,10 @@ body {
|
||||
background-image: linear-gradient( top, #f9f9f9, #f1f1f1 );
|
||||
}
|
||||
|
||||
.control-section .customize-section-content {
|
||||
|
||||
}
|
||||
.control-section.open .customize-section-title {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.control-section.open .customize-section-title:hover {
|
||||
border-bottom: 1px solid #dfdfdf;
|
||||
}
|
||||
@@ -481,4 +479,4 @@ body {
|
||||
|
||||
.uploader-drag-drop .customize-control-image .upload-dropzone {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user