X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ftabview%2Ftabview.css;h=607f954db8f317093921ae452b1ca9b153876e40;hb=eb209bcc1ebfe09d3b13e471701d727b4494091e;hp=ae43188d525f302cba72af095959c1858742feff;hpb=54c9b95b1df63559b4928c617190509e4cd43bc2;p=themes.git diff --git a/LCARStrek/browser/tabview/tabview.css b/LCARStrek/browser/tabview/tabview.css index ae43188d..607f954d 100644 --- a/LCARStrek/browser/tabview/tabview.css +++ b/LCARStrek/browser/tabview/tabview.css @@ -91,23 +91,23 @@ html[dir=rtl] .close { width: 16px; height: 16px; background: url("chrome://global/skin/icons/resizer.png") no-repeat; - -moz-transition-property: opacity; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; + transition-property: opacity; + transition-duration: 0.5s; + transition-timing-function: ease-out; opacity: 0.2; } html[dir=rtl] .expander { right: auto; left: 6px; - -moz-transform: scaleX(-1); + transform: scaleX(-1); } .expander:hover, .appTabIcon:hover { - -moz-transition-property: opacity; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; + transition-property: opacity; + transition-duration: 0.5s; + transition-timing-function: ease-out; opacity: 1.0; } @@ -440,7 +440,7 @@ html[dir=rtl] .title-shield { html[dir=rtl] .resizer { right: auto; left: 0; - -moz-transform: scaleX(-1); + transform: scaleX(-1); } .iq-resizable-handle {