]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_forms.scss
Added initial settings interface, Fixes #9.
[bookstack] / resources / assets / sass / _forms.scss
index 2e0c5cf0e244b1cc683aa004e55ef98b108e2414..1fb24cb4a1439e62014a67c57229f24279ec0fdf 100644 (file)
@@ -10,7 +10,7 @@
   color: #222;
   width: 250px;
   max-width: 100%;
-  -webkit-appearance:none;
+  //-webkit-appearance:none;
   &.neg, &.invalid {
     border: 1px solid $negative;
   }
 label {
   display: block;
   line-height: 1.4em;
-  font-size: 0.9em;
+  font-size: 0.94em;
   font-weight: 500;
-  color: #333;
+  color: #666;
+  padding-bottom: 2px;
 }
 
 label.radio, label.checkbox {