1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:44:11 +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

@@ -168,6 +168,17 @@ statusbarpanel {
visibility: collapse;
}
:-moz-any(#addon-bar, #dactyl-addon-bar) .toolbarbutton-1 > xul|dropmarker {
margin-left: 0 !important;
margin-right: 0 !important;
}
#dactyl-addon-bar .toolbarbutton-1 > xul|dropmarker::after {
content: "▾";
color: white;
font-size: 18px;
}
#nav-bar {
padding-top: 0px !important;
padding-bottom: 0px !important;