Apply "show private window indicator" style only for Linux (#615, #612)

This commit is contained in:
Piro / YUKI Hiroshi 2013-11-23 23:30:30 +09:00
parent 21e223a3b5
commit eaa8f6c6ea
2 changed files with 6 additions and 7 deletions

View File

@ -36,3 +36,9 @@
padding: 0;
}
/* indicator for private window on Australis */
#main-window[privatebrowsingmode="temporary"]:not([treestyletab-tabbar-position="top"])
#TabsToolbar::before {
height: 30px;
}

View File

@ -117,10 +117,3 @@
.tab-icon-image:not([src]):not([pinned]) {
display: -moz-box;
}
/* indicator for private window */
#main-window[privatebrowsingmode="temporary"]:not([treestyletab-tabbar-position="top"])
#TabsToolbar::before {
height: 30px;
}