Split admin css assets for customise and widgets
This commit is contained in:
25
assets/css/widgets.css
Normal file
25
assets/css/widgets.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.sp-prefs .button {
|
||||
margin: 0 3px 4px 0;
|
||||
padding: 0 7px 1px 5px;
|
||||
}
|
||||
|
||||
.sp-prefs .button input[type=checkbox] {
|
||||
background: transparent;
|
||||
border: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.sp-prefs .button input[type=checkbox]:not(:checked):before {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
font: 400 21px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: '\f335';
|
||||
margin: -3px 0 0 -4px;
|
||||
color: #a00;
|
||||
}
|
||||
Reference in New Issue
Block a user