From: Robert Kaiser Date: Thu, 14 Jul 2016 14:13:30 +0000 (+0200) Subject: Merge branch 'master' of linz:/srv/git/themes X-Git-Tag: LCARStrek-2.45~13 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=edaee57321ad7bf7914510aa093f11b7a6023bef;hp=f7d5404cec3e2433f0e7c3f0bac16aae1cfb061c Merge branch 'master' of linz:/srv/git/themes --- diff --git a/EarlyBlue/chatzilla/chatzilla.css b/EarlyBlue/chatzilla/chatzilla.css index ca8d55d6..2b61a499 100644 --- a/EarlyBlue/chatzilla/chatzilla.css +++ b/EarlyBlue/chatzilla/chatzilla.css @@ -49,6 +49,7 @@ window { #user-list { margin: 0; + border: 0px none; } #view-tabs { @@ -77,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; @@ -95,14 +96,15 @@ window { } .view-button:first-child { - border-left-color: transparent; } .view-button::before { content: " "; display: -moz-box; - margin: -5px -5px 0 -5px; - height: 4px; + margin: -5px -6px 0 -6px; + height: 5px; + border-left: 1px outset #CCD0DD; + border-right: 1px outset #CCD0DD; } .view-button[state="superfluous"]::before { @@ -119,10 +121,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; @@ -131,14 +133,13 @@ window { .view-button[state="current"] + .view-button, .view-button:hover + .view-button:not([state="current"]) { - 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 { diff --git a/EarlyBlue/global/resizer.css b/EarlyBlue/global/resizer.css index 6f65eb80..d8eac956 100644 --- a/EarlyBlue/global/resizer.css +++ b/EarlyBlue/global/resizer.css @@ -1,7 +1,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); resizer { - -moz-appearance: resizer; +/* -moz-appearance: resizer; */ background: url("chrome://global/skin/icons/resizer.png") no-repeat; background-size: 100% 100%; cursor: se-resize; 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 {