diff options
Diffstat (limited to 'mobile/android/themes/geckoview/defines.css')
-rw-r--r-- | mobile/android/themes/geckoview/defines.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mobile/android/themes/geckoview/defines.css b/mobile/android/themes/geckoview/defines.css new file mode 100644 index 0000000000..97bc49beb3 --- /dev/null +++ b/mobile/android/themes/geckoview/defines.css @@ -0,0 +1,18 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* NOTE: These variables don't affect content. */ + +:root { + --color_background_highlight: rgba(10, 132, 255, 0.6); /*matched to action_accent in java codebase*/ + --color_background_highlight_overlay: rgba(171, 171, 171, 0.5); + --color_text_highlight: #000; + + --form_border: #bfbfbf; + --form_border_radius: 2px; + --form_text: #363b40; + --form_text_disabled: #bebebe; + --form_background: white; + --form_background_disabled: #f5f5f5; +} |