diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-15 21:41:50 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-15 21:41:50 -0500 |
commit | b1331b689d9a7f99be60fbd93d6ec3787ae55fcd (patch) | |
tree | 586e97941f3b0a64242e7a9798415b3fec16e750 /common/skin | |
parent | 69b87a6edd378aafd960e43b95847f226029c7e5 (diff) | |
download | pentadactyl-b1331b689d9a7f99be60fbd93d6ec3787ae55fcd.tar.gz |
Hide the silly addon-bar close button in trunk.
Diffstat (limited to 'common/skin')
-rw-r--r-- | common/skin/dactyl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/skin/dactyl.css b/common/skin/dactyl.css index 521b4b7f..7c57a620 100644 --- a/common/skin/dactyl.css +++ b/common/skin/dactyl.css @@ -78,6 +78,10 @@ @-moz-document url-prefix(chrome://) { +#addon-bar > #addonbar-closebutton { + visibility: collapse; +} + [dactyl|highlight~=Bell] { -moz-appearance: none !important; } |