summaryrefslogtreecommitdiff
path: root/common/skin
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2010-12-15 21:41:50 -0500
committerKris Maglione <maglione.k@gmail.com>2010-12-15 21:41:50 -0500
commitb1331b689d9a7f99be60fbd93d6ec3787ae55fcd (patch)
tree586e97941f3b0a64242e7a9798415b3fec16e750 /common/skin
parent69b87a6edd378aafd960e43b95847f226029c7e5 (diff)
downloadpentadactyl-b1331b689d9a7f99be60fbd93d6ec3787ae55fcd.tar.gz
Hide the silly addon-bar close button in trunk.
Diffstat (limited to 'common/skin')
-rw-r--r--common/skin/dactyl.css4
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;
}