blob: 97bc49beb3bc164e3cff77dd674d98b436ad6636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}
|