|
@@ -0,0 +1,34 @@
|
|
1
|
+ .autocompleter-choices li:hover,
|
|
2
|
+.checkbox_container label:hover,
|
|
3
|
+.checkbox_container input[type="checkbox"]:checked + label,
|
|
4
|
+#sidebar,
|
|
5
|
+#suggestions input[type="submit"]:hover,
|
|
6
|
+#suggestions input[type="submit"]:focus,
|
|
7
|
+input[type="submit"],
|
|
8
|
+.engine_checkbox label,
|
|
9
|
+.engine_checkbox .deny,
|
|
10
|
+#search_submit{
|
|
11
|
+ background-color: {{ cookies['courgette-color'].split()[0] }};
|
|
12
|
+}
|
|
13
|
+
|
|
14
|
+.result_title a,
|
|
15
|
+.row a,
|
|
16
|
+.title h1{
|
|
17
|
+ color: {{ cookies['courgette-color'].split()[0] }};
|
|
18
|
+}
|
|
19
|
+
|
|
20
|
+#answers {
|
|
21
|
+ border-color: {{ cookies['courgette-color'].split()[0] }};
|
|
22
|
+}
|
|
23
|
+
|
|
24
|
+#search_submit:hover,
|
|
25
|
+#search_submit:focus,
|
|
26
|
+#sidebar input[type="submit"]:hover,
|
|
27
|
+#sidebar input[type="submit"]:focus {
|
|
28
|
+ background-color: {{ cookies['courgette-color'].split()[1] }};
|
|
29
|
+}
|
|
30
|
+
|
|
31
|
+input[type="submit"]:hover,
|
|
32
|
+input[type="submit"]:focus {
|
|
33
|
+ background: {{ cookies['courgette-color'].split()[1] }};
|
|
34
|
+}
|