@import "firefox-gnome-theme/userChrome.css";
/* Remove Page Actions Menu */
#pageActionButton 
{
  display: none !important;
}
/* Put refresh button "inside" address bar */
#pageActionSeparator
{
    margin-right:26px !important;
}
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* hide shield */

#tracking-protection-icon-box {
    display: none !important;
}

/*  inverts the order from "favicon-title-close" to "close-title-favicon" */

.tab-content{ direction: rtl }
.tab-icon-stack,
.tab-label-container{ direction: ltr }
.tab-close-button{ padding-inline: 7px !important; width: unset !important; }

/* hide the secondary label which shows "PLAYING" for media playback */
.tab-label-container > .tab-secondary-label{ display: none }

/* only showing close button on hover */
.tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button { visibility: hidden }
.tabbrowser-tab:hover > .tab-stack > .tab-content > .tab-close-button { visibility: visible }
