diff options
author | Deathamns <deathamns@gmail.com> | 2015-02-15 23:27:58 +0100 |
---|---|---|
committer | Deathamns <deathamns@gmail.com> | 2015-02-15 23:27:58 +0100 |
commit | 1c36d8ce000cf3580dbc5c18a40bce566fe89d8e (patch) | |
tree | ed994d9fca59dad7c9de1333e1fa4260397ef21f /src/epicker.html | |
parent | 532d2b312f4f7ca7d94322b397e2b5d48c2018c6 (diff) | |
download | uBlock-1c36d8ce000cf3580dbc5c18a40bce566fe89d8e.zip uBlock-1c36d8ce000cf3580dbc5c18a40bce566fe89d8e.tar.gz uBlock-1c36d8ce000cf3580dbc5c18a40bce566fe89d8e.tar.bz2 |
Transparent background for the picker
Diffstat (limited to 'src/epicker.html')
-rw-r--r-- | src/epicker.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/epicker.html b/src/epicker.html index a1c12ba..d8a406d 100644 --- a/src/epicker.html +++ b/src/epicker.html @@ -5,6 +5,7 @@ outline: none; } html, body { + background: transparent !important; margin: 0; width: 100%; height: 100%; |