Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /********** Close Tab on Left Side **********/
- .tabbrowser-tab .tab-close-button {
- -moz-box-ordinal-group: 0 !important;
- margin-inline: -2px 2px !important;
- width: unset !important;
- padding-inline: 5px !important;
- }
- .tab-content {
- Padding: 0 2px !important;
- }
- /********** ENABLE FOR WINDOWS **********/
- /*
- #nav-bar-customization-target {
- margin-right: 60px !important;
- }
- #toolbar{
- margin: 0 0 -3px !important;
- }
- .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
- width: 2px !important;
- }
- :root[sessionrestored] #nav-bar:-moz-lwtheme {
- margin-top: -4px !important;
- }
- #TabsToolbar {
- padding: 0 0 2px !important;
- }
- #tabbrowser-tabs {
- margin-left: 116px !important;
- }
- scrollbox, .scrollbox-clip {
- margin-top: 1px !important;
- }
- #nav-bar-customization-target > :is(toolbarbutton, toolbaritem):first-child, #nav-bar-customization-target > toolbarpaletteitem:first-child > :is(toolbarbutton, toolbaritem) {
- padding-inline-start: 1px;
- }
- #browser {
- margin-top: -4px !important;
- }
- */
- /********** ENABLE FOR MAC **********/
- toolbar{
- margin: 2px 0 -4px !important;
- }
- .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
- width: 51px !important;
- }
- .titlebar-spacer[type="post-tabs"] {
- margin-right:30px;
- }
- :root:not([privatebrowsingmode="temporary"], [firefoxviewhidden]) :is(toolbarbutton, toolbarpaletteitem) + #tabbrowser-tabs, :root[privatebrowsingmode="temporary"]:not([firefoxviewhidden]) :is(toolbarbutton:not(#firefox-view-button), toolbarpaletteitem:not(#wrapper-firefox-view-button)) + #tabbrowser-tabs{
- border-inline-start: unset !important;
- padding-inline-start: unset !important;
- margin-inline-start: unset !important;
- }
- /********** STYLES FOR BOTH MAC AND WINDOWS **********/
- /*Tab Padding & Height of Search Bar*/
- .tab-content {
- padding:0 2px !important;
- }
- .tabbrowser-tab {
- min-height: 20px !important;
- }
- #TabsToolbar {
- --toolbarbutton-inner-padding: 0 !important;
- }
- .tab-close-button{
- height: 27px !important;
- }
- *|*:root {
- --tab-min-height: 34px !important;
- --urlbar-height: 18px !important;
- --urlbar-toolbar-height: 26x !important;
- }
- /* Remove Search Icon*/
- #TabsToolbar .toolbarbutton-1, #identity-icon-box {
- display:none;
- }
- /*Remove URL Outline*/
- #urlbar-background {
- outline: none !important;
- }
- /* Remove Text From Address / Search Bar */
- #urlbar[pageproxystate="invalid"]:not([usertyping],[searchmode]) #urlbar-input::placeholder { color: transparent }
- #urlbar[pageproxystate="invalid"]:not([usertyping],[searchmode]) .urlbar-input-box::before {
- content: "";
- }
- /* REMOVE BOX SHADOW */
- :root:not([inFullscreen], [tabsintitlebar]) #nav-bar:not([tabs-hidden="true"]), #nav-bar:not([tabs-hidden="true"]):-moz-lwtheme {
- box-shadow: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment