Left: | ||
Right: |
OLD | NEW |
---|---|
1 :root { | 1 :root { |
2 » --color_background_highlight: rgba(255, 149, 0, 0.6); | 2 » /* Adjust text highlight color. See https://issues.adblockplus.org/ticke t/6283 */ |
anton
2018/01/17 12:55:13
Shouldn't we replace tabs with spaces?
jens
2018/01/18 10:34:12
I am not sure. Mozilla was using tabs and I just k
| |
3 » --color_background_highlight: #009CD9; | |
3 --color_background_highlight_overlay: rgba(171, 171, 171, 0.5); | 4 --color_background_highlight_overlay: rgba(171, 171, 171, 0.5); |
4 --color_text_highlight: #000; | 5 --color_text_highlight: #000; |
5 | 6 |
6 --form_border: #bfbfbf; | 7 --form_border: #bfbfbf; |
7 --form_border_radius: 2px; | 8 --form_border_radius: 2px; |
8 --form_text: #363b40; | 9 --form_text: #363b40; |
9 --form_text_disabled: #bebebe; | 10 --form_text_disabled: #bebebe; |
10 --form_background: white; | 11 --form_background: white; |
11 --form_background_disabled: #f5f5f5; | 12 --form_background_disabled: #f5f5f5; |
12 } | 13 } |
OLD | NEW |