diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-19 22:37:05 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-19 22:37:05 -0400 |
commit | 4a136d92dd32b63c9dfb4277e6435ee48ebb23d5 (patch) | |
tree | 2d66fef3761e434b0e30ce0510e58a89c6c13fc2 | |
parent | a2cbcdab5fcca23184c50236a37f746b19b61a52 (diff) | |
download | iceweasel-uxp-1.4.tar.gz |
partial revert of NewTab CSS fix, broken gearv1.4
-rw-r--r-- | base/content/newtab/newTab.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/content/newtab/newTab.css b/base/content/newtab/newTab.css index 7f2176e..3d88b19 100644 --- a/base/content/newtab/newTab.css +++ b/base/content/newtab/newTab.css @@ -46,7 +46,7 @@ input[type=button] { #newtab-customize-button { position: absolute; top: 10px; - right: -10%; + right: 0; z-index: 101; } |