X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Ftabview%2Ftabview.css;h=b0d61aa1e4e89d86d57ac8f1436c168fd77c9a47;hb=6f92fb4eccba11b50b7effc53e217bb3137db3a4;hp=3018c2dbe1e6bd664f476216f00771e3ae0ecbb8;hpb=b1234db8f242feb7cd4d65c5b39dbd5d39d26b1f;p=themes.git diff --git a/LCARStrek/browser/tabview/tabview.css b/LCARStrek/browser/tabview/tabview.css index 3018c2db..b0d61aa1 100644 --- a/LCARStrek/browser/tabview/tabview.css +++ b/LCARStrek/browser/tabview/tabview.css @@ -68,6 +68,7 @@ html[dir=rtl] .favicon { height: 16px; border-radius: 3px; background-image: -moz-image-rect(url("chrome://browser/skin/tabview/close.png"), 0, 16, 16, 0); + background-repeat: no-repeat; } .close:hover { @@ -167,7 +168,7 @@ html[dir=rtl] .expander { ----------------------------------*/ .groupItem { - cursor: move; + cursor: pointer; background-color: #000000; border-radius: 0.4em; border: 1px solid #6080B5; @@ -179,6 +180,17 @@ html[dir=rtl] .expander { .groupItem .close { z-index: 10; + top: 0px; + right: 0px; + width: 22px; + height: 22px; + background-position: bottom left; +} + +html[dir=rtl] .groupItem .close { + right: auto; + left: 0px; + background-position: bottom right; } .dragRegion { @@ -328,25 +340,6 @@ html[dir=rtl] .guideTrench { /* Other ----------------------------------*/ -.newTabButton { - width: 16px; - height: 15px; - bottom: 10px; - left: 10px; - cursor: pointer; - opacity: .3; - background-image: url(chrome://browser/skin/tabview/new-tab.png); -} - -html[dir=rtl] .newTabButton { - left: auto; - right: 10px; -} - -.newTabButton:hover { - opacity: 1; -} - .active { box-shadow: 5px 5px 3px rgba(255,207,0,.5); } @@ -364,6 +357,7 @@ html[dir=rtl] .acceptsDrop { } .titlebar { + cursor: move; font-size: 12px; height: 18px; } @@ -599,6 +593,8 @@ html[dir=rtl] #otherresults { -moz-margin-end: 5px; position: relative; top: 2px; + width: 16px; + height: 16px; } .inlineMatch > span {