Bug 1577591 - [Light theme] Set theme colors for the trees on Linux and Windows too. r=aleca,darktrojan DONTBUILD
This commit is contained in:
Родитель
fa57a89b20
Коммит
b23b22d478
|
@ -902,6 +902,16 @@ agenda-richlist-item[status="CANCELLED"] .agenda-container-box {
|
||||||
border: solid ThreeDShadow;
|
border: solid ThreeDShadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[lwt-tree] #view-deck {
|
||||||
|
background-color: var(--sidebar-background-color);
|
||||||
|
border-color: var(--sidebar-border-color);
|
||||||
|
scrollbar-color: rgba(128,128,128,.5) rgba(230,230,235,.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root[lwt-tree-brighttext] #view-deck {
|
||||||
|
scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3);
|
||||||
|
}
|
||||||
|
|
||||||
.navigation-inner-box {
|
.navigation-inner-box {
|
||||||
border-bottom: 1px solid var(--calview-border-bottom-color);
|
border-bottom: 1px solid var(--calview-border-bottom-color);
|
||||||
}
|
}
|
||||||
|
@ -912,7 +922,7 @@ agenda-richlist-item[status="CANCELLED"] .agenda-container-box {
|
||||||
}
|
}
|
||||||
|
|
||||||
radiogroup#view-tabs{
|
radiogroup#view-tabs{
|
||||||
margin: 0px;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
radio.calview {
|
radio.calview {
|
||||||
|
|
|
@ -23,6 +23,15 @@
|
||||||
"popup_text": "#0c0c0d",
|
"popup_text": "#0c0c0d",
|
||||||
"popup_border": "#ccc",
|
"popup_border": "#ccc",
|
||||||
"tab_line": "#0a84ff",
|
"tab_line": "#0a84ff",
|
||||||
|
#ifndef XP_MACOSX
|
||||||
|
"sidebar": "#fff",
|
||||||
|
"sidebar_text": "#000",
|
||||||
|
"sidebar_border": "#888",
|
||||||
|
"sidebar_highlight": "#2292d0",
|
||||||
|
"sidebar_highlight_text": "#fff",
|
||||||
|
"toolbar_field_separator": "#ccc",
|
||||||
|
"toolbar_field_text": "rgb(24, 25, 26)",
|
||||||
|
#endif
|
||||||
"toolbar": "#f5f6f7",
|
"toolbar": "#f5f6f7",
|
||||||
"toolbar_bottom_separator": "#ccc",
|
"toolbar_bottom_separator": "#ccc",
|
||||||
"toolbar_field": "#fff",
|
"toolbar_field": "#fff",
|
||||||
|
|
|
@ -7,5 +7,8 @@
|
||||||
EXTRA_JS_MODULES.themes['light'] += [
|
EXTRA_JS_MODULES.themes['light'] += [
|
||||||
'experiment.css',
|
'experiment.css',
|
||||||
'icon.svg',
|
'icon.svg',
|
||||||
|
]
|
||||||
|
|
||||||
|
EXTRA_PP_JS_MODULES.themes['light'] += [
|
||||||
'manifest.json',
|
'manifest.json',
|
||||||
]
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче