Make navbar history buttons no-drag, #18, #14

This commit is contained in:
Rafael Mardojai CM 2019-07-06 21:24:33 -05:00
parent 2860d89676
commit 2b36063fe1
1 changed files with 3 additions and 1 deletions

View File

@ -170,6 +170,8 @@
}
:root[tabsintitlebar] #nav-bar .urlbar-input-box,
:root[tabsintitlebar] #nav-bar .urlbar-input-box * {
:root[tabsintitlebar] #nav-bar .urlbar-input-box *,
#back-button,
#forward-button{
-moz-window-dragging: no-drag !important;
}