Override for about:privatebrowsing which doesn't receive colors
from theme
This commit is contained in:
parent
2cde6c5d84
commit
14993a7f3c
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
@namespace url("http://www.w3.org/1999/xhtml");
|
@namespace url("http://www.w3.org/1999/xhtml");
|
||||||
|
|
||||||
@-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
|
@-moz-document url("about:home"),url("about:blank"),url("about:newtab"),url("about:privatebrowsing"){
|
||||||
body{background-color: rgb(46,54,69) !important}
|
body{background-color: rgb(46,54,69) !important;}
|
||||||
|
}
|
||||||
|
@-moz-document("about:privatebrowsing"){
|
||||||
|
.search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; }
|
||||||
|
.fake-textbox{ color: rgb(200,200,200) !important }
|
||||||
}
|
}
|
Loading…
Reference in a new issue