|
|
@@ -13,9 +13,9 @@ a { text-decoration: none; }
|
|
|
input[type="checkbox"], input[type="radio"] { width: auto; }
|
|
|
#list { padding: 10px; }
|
|
|
#toron { width: 100%; }
|
|
|
-#toron_color_green { background: lightgreen; }
|
|
|
-#toron_color_blue { background: skyblue; }
|
|
|
-#toron_color_red { background: indianred; }
|
|
|
+#toron_color_green { background: #99ffcd; }
|
|
|
+#toron_color_blue { background: #f6e2fd; }
|
|
|
+#toron_color_red { background: #fecabf; }
|
|
|
#toron_color_grey { background: gainsboro; }
|
|
|
#toron_color_not { display: none; }
|
|
|
#cate { border: 1px solid; padding: 5px; }
|