feature #567, admin theme clear, square buttons

... with more padding + prepare for clean icons
This commit is contained in:
plegall
2016-12-15 12:07:49 +01:00
parent c65e8e279c
commit c9058956c7
+5 -4
View File
@@ -350,10 +350,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
border:none;
background-color:#666;
color:#fff;
padding:2px 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:4px 7px;
margin-left:0;
}
@@ -364,6 +361,10 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;}
text-decoration: none;
}
.buttonLike i {
font-size:14px;
}
.buttonLike:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
background-color:#999;
color:#eee;