Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* move control buttons */
- #TabsToolbar .titlebar-buttonbox-container {
- position: fixed;
- right: 0;
- top: 0;
- z-index: 3;
- }
- /* move hmburuger buttons */
- #PanelUI-button {
- position: fixed;
- right: 115px;
- top: 5.5px;
- z-index: 2;
- }
- /* adjust url bar width */
- #urlbar-container { max-width: 1640px !important;
- }
- @-moz-document url(chrome://browser/content/browser.xhtml) {
- /* Style for the hamburger menu button */
- #PanelUI-button {
- background-color: rgba(78, 48, 26, 0.25) !important;
- border-radius: 7.5px;
- #PanelUI-menu-button .toolbarbutton-icon {
- fill: rgb(78, 48, 26) !important;
- }
- #PanelUI-menu-button {
- padding-top: 0px !important;
- padding-bottom: 0px !important;
- padding-left: 4px !important;
- padding-right: 4px !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement