Advertisement
Twilypastes

remove firefox titlebar glow

Aug 31st, 2014
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. @-moz-document url(chrome://browser/content/browser.xul) {
  4.     #main-window[tabsintitlebar]:not([sizemode=fullscreen]) #TabsToolbar:not(:-moz-lwtheme)::after {
  5.         box-shadow: 0 0 0 0 !important;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement