From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- mobile/android/themes/geckoview/defines.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mobile/android/themes/geckoview/defines.css (limited to 'mobile/android/themes/geckoview/defines.css') 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; +} -- cgit v1.2.3