fourth and last part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / EarlyBlue / communicator / common.css
CommitLineData
cf0d81c6
RK
1/* - This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 - You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5@import url("resource://gre-resources/forms.css");
6@import url("resource://gre-resources/html.css");
7@import url("chrome://communicator/skin/communicator.css");
8
9@namespace html "http://www.w3.org/1999/xhtml";
10@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
11
12*|*:root {
13 --in-content-page-color: #000000;
14 --in-content-page-background: #CCD0DD;
15 --in-content-text-color: #000000;
16 --in-content-selected-text: #000000;
17 ---in-content-header-border-color: #c8c8c8;
18 --in-content-box-background: #CCD0DD;
19 ---in-content-box-background-odd: #f3f6fa;
20 ---in-content-box-background-hover: #ebebeb;
21 ---in-content-box-background-active: #dadada;
22 --in-content-box-border-color: #CCD0DD;
23 ---in-content-button-background-hover: -moz-buttonhoverface;
24 ---in-content-button-color-hover: -moz-buttonhovertext;
25 ---in-content-button-background-hover-active: ButtonFace;
26 ---in-content-button-color-hover-active: ButtonText;
27 ---in-content-item-hover: rgba(0,149,221,0.25);
28 ---in-content-item-selected: #0095dd;
29 --in-content-border-highlight: #33FF33;
30 ---in-content-border-focus: #0095dd;
31 --in-content-border-color: #9999CC;
32 --in-content-border-dotted-color: 1px dotted #9999CC;
33 --in-content-category-text: #000000;
34 --in-content-category-border-focus: 1px dotted #FFFFFF;
35 --in-content-category-text-selected: #FFFFFF;
36 --in-content-category-background: #666699;
37 --in-content-category-background-hover: #CCD0DD;
38 --in-content-category-background-active: #336699;
39 ---in-content-tab-color: #424f5a;
40 ---in-content-link-color: #0095dd;
41 ---in-content-link-color-hover: #178ce5;
42 ---in-content-link-color-active: #ff9500;
43 ---in-content-link-color-visited: #551a8b;
44 ---in-content-primary-button-background: #0095dd;
45 ---in-content-primary-button-background-hover: #008acb;
46 ---in-content-primary-button-background-active: #006b9d;
47 --in-content-table-background: #CCD0DD;
48 --in-content-table-border-dark-color: #9999CC;
49 --in-content-table-header-background: #666699;
50 --in-content-disabled-text: #999999;
51}
52
53html|html,
54xul|page,
55xul|window {
56 font: message-box;
57 background-color: var(--in-content-page-background);
58 color: var(--in-content-page-color);
59}
60
61html|body {
62 font-size: inherit;
63}
64
65*|button {
66 min-height: 0px;
67}