Explorar o código

Made checkboxes new color.

KrisVos130 %!s(int64=9) %!d(string=hai) anos
pai
achega
6dea21cac8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+}