X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ftabview%2Ftabview.css;h=607f954db8f317093921ae452b1ca9b153876e40;hb=71a617ff22ae6266108ab20198128db5ae2bd33c;hp=ae43188d525f302cba72af095959c1858742feff;hpb=46dc2718163b4e6ffb52ef8f46bef4c8db7ed804;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 {