1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 04:45:46 +01:00

Make drop markers somewhat less sucky in the add-on bar.

--HG--
extra : rebase_source : d392d9a2cb74d77459f7042b1926c6f5c0d86e46
This commit is contained in:
Kris Maglione
2014-02-18 19:53:02 -08:00
parent f33a48ff2a
commit 428af087d2
2 changed files with 14 additions and 1 deletions

View File

@@ -42,8 +42,8 @@ var StatusLine = Module("statusline", {
#status-bar, #dactyl-status-bar { margin-top: 0 !important; }
#dactyl-status-bar { min-height: 0 !important; }
:-moz-any(#addon-bar, #dactyl-addon-bar) > statusbar { -moz-box-flex: 1 }
#addon-bar > #addonbar-closebutton { visibility: collapse; }
:-moz-any(#addon-bar, #dactyl-addon-bar) > xul|toolbarspring { visibility: collapse; }
#addon-bar > #addonbar-closebutton { visibility: collapse; }
*/));
overlay.overlayWindow(window, {
@@ -54,6 +54,8 @@ var StatusLine = Module("statusline", {
highlight.loadCSS(util.compileMacro(literal(/*
!AddonBar;#addon-bar,#dactyl-addon-bar {
padding-left: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
min-height: 18px !important;
-moz-appearance: none !important;
<padding>