Show notification marker for newly opened tab in the out of the viewport correctly on Linux

This commit is contained in:
SHIMODA Hiroshi 2012-08-06 14:13:50 +09:00
parent 1b08235441
commit 6798adfcfb

View File

@ -310,16 +310,22 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
> .scrollbutton-down[treestyletab-notifybgtab-phase] {
background: -moz-linear-gradient(-90deg, rgba(255,255,255,0), Highlight);
border: 0 none;
bottom: 0;
box-shadow: none;
-moz-box-shadow: none;
height: 2em;
left: 0;
margin-top: -2em;
visibility: visible;
opacity: 0;
pointer-events: none;
position: relative;
right: 0;
top: 0;
transition: 1s opacity ease-out;
transition: 1s opacity ease-out;
user-focus: ignore;
z-index: 99999;
-moz-user-focus: ignore;
}