Replies: 1 comment 1 reply
-
buttons_on_navbar_classic_appearance.css Get the base file and replace rules like this: 1st step 2nd step |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
Added a CSS file for classic buttons to addonbar_vertical.uc.js using "buttons_on_navbar_classic_appearance.css". Uses userChrome.css.
The add-on button will not change. Can we make all the buttons classic?
This is the part that was changed.
#nav-bar → #addonbar_v
#nav-bar #nav-bar → #addonbar_v #addonbar_v
Added for button spacing.
#addonbar_v > toolbarbutton,
#addonbar_v > toolbar .toolbarbutton-1 {
margin-top: 4px !important;
margin-right: 0px !important;
}
Beta Was this translation helpful? Give feedback.
All reactions