Show private mode indicator on Australis (workaround for #612)

This commit is contained in:
YUKI Hiroshi 2013-11-21 17:10:41 +09:00
parent daa613b0da
commit 21e223a3b5

View File

@ -117,3 +117,10 @@
.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;
}