瀏覽代碼

Made checkboxes new color.

KrisVos130 9 年之前
父節點
當前提交
6dea21cac8
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
+}