Prevent admin scripts loading, remove unused css

This commit is contained in:
Brian Miyaji
2014-07-12 02:32:24 +10:00
parent 563f646866
commit 6deda599a1
2 changed files with 13 additions and 44 deletions

View File

@@ -1,25 +0,0 @@
.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;
}