X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fchatzilla%2Fchatzilla.css;fp=LCARStrek%2Fchatzilla%2Fchatzilla.css;h=a38f3f114c442565388daaa9ce1949a34618460b;hp=8968fbc61695b0f7f8c7b3e586ebf649b6ad5883;hb=2fef2a5d743af941add212d2a33507971431484b;hpb=dc96f1d66a318c19bb8dc8d6d4420e2d268f2dd6 diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css index 8968fbc6..a38f3f11 100644 --- a/LCARStrek/chatzilla/chatzilla.css +++ b/LCARStrek/chatzilla/chatzilla.css @@ -78,9 +78,9 @@ window { .view-button { /* Box model is 5px 5px 5px 6px in aggregate. Extra pixel on the left is for the separator. */ -moz-appearance: none; - margin: 5px 0; - border: none; -/* border-left: 1px solid ButtonShadow;*/ + margin: 5px 0 0; +/* border: none; + border-left: 1px solid ButtonShadow;*/ padding: 0 5px; /* background: Button; @@ -120,10 +120,10 @@ window { .view-button:hover, .view-button[state="current"] { - margin: 0 0 0 1px; - border-left: none; - border-radius: 0 0 6px 6px; - padding: 5px; + margin: 0 0 0; +/* border-left: none; + border-radius: 0 0 6px 6px;*/ + padding: 5px 5px 0; /* background: Window; color: WindowText; @@ -132,14 +132,14 @@ window { .view-button[state="current"] + .view-button, .view-button:hover + .view-button:not([state="current"]) { - border-left-color: transparent; +/* border-left-color: transparent;*/ } .view-button[state="current"] { position: relative; /* So it visually appears above the tabs either side. */ /* border: 2px solid ButtonShadow;*/ border-top: none; - padding: 5px 3px 3px 3px; + padding: 5px 5px 3px 5px; } treecol {