removing userChrome blank page customization
This commit is contained in:
parent
a7311815d5
commit
86b4a1a045
|
@ -357,7 +357,7 @@ colors:
|
|||
# - (Linux/BSD) user login shell
|
||||
# - (Windows) powershell
|
||||
shell:
|
||||
program: fish
|
||||
program: bash
|
||||
# args:
|
||||
# - --login
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Set blank page background-color */
|
||||
/* Uses color from theme_colors if available */
|
||||
|
||||
#tabbrowser-tabpanels{
|
||||
background-color: var(--uc-light-bkgnd-color,rgb(46,54,69)) !important;
|
||||
}
|
||||
/* #tabbrowser-tabpanels{ */
|
||||
/* background-color: var(--uc-light-bkgnd-color,rgb(46,54,69)) !important; */
|
||||
/* } */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Example file */
|
||||
|
||||
@import url(content/css_scrollbar_width_color.css);
|
||||
/* @import url(content/css_scrollbar_width_color.css); */
|
||||
/* @import url(content/limit_css_data_leak.css); */ /* Could induce site problems */
|
||||
@import url(content/newtab_background_color.css);
|
||||
@import url(content/transparent_reader_toolbar.css);
|
||||
/* @import url(content/newtab_background_color.css); */
|
||||
/* @import url(content/transparent_reader_toolbar.css); */
|
||||
|
|
Loading…
Reference in a new issue