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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user