1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 23:47:58 +01:00

Hide the silly addon-bar close button in trunk.

This commit is contained in:
Kris Maglione
2010-12-15 21:41:50 -05:00
parent 69b87a6edd
commit b1331b689d

View File

@@ -78,6 +78,10 @@
@-moz-document
url-prefix(chrome://) {
#addon-bar > #addonbar-closebutton {
visibility: collapse;
}
[dactyl|highlight~=Bell] {
-moz-appearance: none !important;
}