Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/themes/geckoview/defines.css

Issue 29671566: Issue 6283 - Adjust text highlight and text select handle colors (Closed)
Patch Set: Created Jan. 17, 2018, 9:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 }
OLDNEW
« no previous file with comments | « no previous file | mobile/android/themes/geckoview/images/accessiblecaret-normal-hdpi.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld