Add files via upload
This commit is contained in:
parent
83a9a765e4
commit
3f5805a45a
1 changed files with 12 additions and 4 deletions
|
@ -45,13 +45,13 @@
|
||||||
|
|
||||||
@media (-moz-windows-accent-color-in-titlebar: 0) {
|
@media (-moz-windows-accent-color-in-titlebar: 0) {
|
||||||
:root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]) {
|
:root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]) {
|
||||||
background-color: #dee1e6 !important;
|
background-color: #cecece !important;
|
||||||
color: #3c4043 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]):-moz-window-inactive {
|
:root[tabsintitlebar]:not(:-moz-lwtheme):not([privatebrowsingmode=temporary]):-moz-window-inactive {
|
||||||
background-color: #e7eaed !important;
|
background-color: #e8e8e8 !important;
|
||||||
color: #666a6d !important;
|
color: #3a3a3a !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -74,6 +74,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Change Colour of page when loading */
|
||||||
|
#tabbrowser-tabpanels {
|
||||||
|
background-color: #f7f7f7 !important;
|
||||||
|
}
|
||||||
|
:root[lwthemetextcolor="bright"] #tabbrowser-tabpanels {
|
||||||
|
background-color: #242424 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#navigator-toolbox :-moz-any(toolbar, #nav-bar-customization-target):not(#toolbar-menubar) {
|
#navigator-toolbox :-moz-any(toolbar, #nav-bar-customization-target):not(#toolbar-menubar) {
|
||||||
-moz-box-align: center !important;
|
-moz-box-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue