From 5183b44d8b571a33ba7d74d286752c2159dcc9f1 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 13 Sep 2014 15:32:17 +0000 Subject: [PATCH] port new styles to the other two themes --- .../resources/themes/snark/light/snark.css | 42 +++++++++++++++++++ .../resources/themes/snark/ubergine/snark.css | 2 +- .../resources/themes/snark/vanilla/snark.css | 42 +++++++++++++++++++ 3 files changed, 85 insertions(+), 1 deletion(-) diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css index cf61bf102..c195775c0 100644 --- a/installer/resources/themes/snark/light/snark.css +++ b/installer/resources/themes/snark/light/snark.css @@ -513,6 +513,40 @@ a:active { color: #77b; } +a.control, a.controld { + background: #fff; + border: 1px inset #191; + border-radius: 4px; + color: #359; + font-weight: bold; + margin: 2px 4px; + padding: 3px 4px; + text-shadow: 0px 0px #410; + white-space: nowrap; +} + +a.controld { + color: #459; + font-weight: normal; +} + +a.control img, a.controld img { + display: none; +} + +a.control:hover { + background-color: #559; + border: 1px outset #559; + color: #fff; + text-shadow: 0px 1px 5px #410; +} + +a.control:active { + background: #f60 !important; + color: #fff !important; + text-shadow: 0 !important; +} + input { font-size: 9pt; font-weight: bold; @@ -594,6 +628,14 @@ input[type=radio] { input.default { width: 1px; height: 1px; visibility: hidden; } +input.disabled, input.disabled:hover { + background-color: #fff; + border: 1px inset #191; + color: #459; + font-weight: normal; + text-shadow: 0px 0px 0px #410; +} + select { background: #fff !important; color: #22f; diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index 3eff3d0fc..c822e3bc6 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -533,7 +533,7 @@ a.control, a.controld { color: #000; font-weight: bold; margin: 2px 4px; - padding: 2px; + padding: 3px 4px; text-shadow: 0px 0px #410; white-space: nowrap; } diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css index 6afd7c428..a4931d629 100644 --- a/installer/resources/themes/snark/vanilla/snark.css +++ b/installer/resources/themes/snark/vanilla/snark.css @@ -543,6 +543,40 @@ a:hover { font-weight: bold; } +a.control, a.controld { + background: #fef url('images/bling.png') repeat-x scroll center center; + border: 1px inset #bbb; + border-radius: 4px; + color: #f30; + font-weight: bold; + margin: 2px 4px; + padding: 3px 4px; + text-shadow: 0px 0px #410; + white-space: nowrap; +} + +a.controld { + color: #f60; + font-weight: normal; +} + +a.controld img { + display: none; +} + +a.control:hover { + background-color: #fef; + border: 1px outset #bbb; + color: #f60; + text-shadow: 0px 1px 5px #fdf; +} + +a.control:active { + background: #000 !important; + color: #f60 !important; + text-shadow: 0 !important; +} + input { font-size: 9pt; font-weight: bold; @@ -612,6 +646,14 @@ input[type=radio] { input.default { width: 1px; height: 1px; visibility: hidden; } +input.disabled, input.disabled:hover { + background-color: #989; + border: 1px inset #bbb; + color: #f60; + font-weight: normal; + text-shadow: 0px 0px 0px #410; +} + input.accept { background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center; padding: 2px 3px 2px 20px !important;