Browse Source

Made checkboxes new color.

KrisVos130 9 years ago
parent
commit
6dea21cac8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/client/stylesheets/app.css

+ 4 - 0
app/client/stylesheets/app.css

@@ -469,3 +469,7 @@ input:not([type]), input[type="text"], input[type="password"], input[type="email
 .input-field .prefix.active {
 	color: white;
 }
+[type="checkbox"]:checked+label:before {
+    border-right-color: rgb(3, 169, 244) !important;
+    border-bottom-color: rgb(3, 169, 244) !important;
+}