mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
a078ab353a
This is per request in bug 1097398 comment 18. The text selection highlight should be fennec orange (#FF9500) and opacity 0.6. This patch is derived from a WIP patch by Mark Capella <markcapella@twcny.rr.com> MozReview-Commit-ID: 9WXDluDQTFg --HG-- extra : rebase_source : 6798f97bc65408f162b935192cf7ca8e2309cde0
19 lines
467 B
CSS
19 lines
467 B
CSS
:root {
|
|
--form_border: #bfbfbf;
|
|
--form_border_radius: 2px;
|
|
--form_text: #363b40;
|
|
--form_text_disabled: #bebebe;
|
|
--form_background: white;
|
|
--form_background_disabled: #f5f5f5;
|
|
|
|
--color_about_background: #f5f5f5;
|
|
--color_about_item: #ffffff;
|
|
--color_about_item_border: #d7d9db;
|
|
|
|
--color_background_highlight: rgba(255, 149, 0, 0.6);
|
|
--color_background_highlight_overlay: rgba(171, 171, 171, 0.5);
|
|
--color_text_highlight: #000;
|
|
|
|
--margin_snormal: 0.64mm;
|
|
}
|