summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-05-16 22:32:32 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-05-16 22:32:32 +0100
commit9106726464c5e37d0d3fa2e877c19e2b9ae5c3a2 (patch)
tree14a666a914f339a542f399e39f208f37230f4e9a
parentc49e453f5514055d5057907ac725add3e6d29e27 (diff)
Darken Quickdial page when tiles disabled
-rw-r--r--src/chrome/browser/newtab/newTab.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chrome/browser/newtab/newTab.css b/src/chrome/browser/newtab/newTab.css
index 6a8dba6..24a19a9 100644
--- a/src/chrome/browser/newtab/newTab.css
+++ b/src/chrome/browser/newtab/newTab.css
@@ -9,7 +9,7 @@
9} 9}
10 10
11/* SCROLLBOX */ 11/* SCROLLBOX */
12#newtab-scrollbox:not([page-disabled]) { 12#newtab-scrollbox {
13 background-color: rgb(43,43,43); 13 background-color: rgb(43,43,43);
14 background-attachment: fixed; 14 background-attachment: fixed;
15} 15}