add missing "url"-token to @-moz-document
This commit is contained in:
parent
7037462678
commit
a02c978ebf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ See the above repository for updates as well as full license text. */
|
||||||
@-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"){
|
@-moz-document url("about:privatebrowsing"){
|
||||||
.search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; }
|
.search-handoff-button{ background-color: rgba(100,100,100,0.1) !important; }
|
||||||
.fake-textbox{ color: rgb(200,200,200) !important }
|
.fake-textbox{ color: rgb(200,200,200) !important }
|
||||||
}
|
}
|
Loading…
Reference in a new issue