aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zerotb/base.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/cobrands/zerotb/base.scss b/web/cobrands/zerotb/base.scss
index 4434dcae4..4871575fb 100644
--- a/web/cobrands/zerotb/base.scss
+++ b/web/cobrands/zerotb/base.scss
@@ -73,3 +73,21 @@ input {
display: none;
}
}
+
+button.green-btn,
+input.green-btn,
+.green-btn {
+ background: none;
+ background-color: $button-color;
+ border: 1px solid $alt-background;
+ border-radius: 5px;
+ color: white;
+}
+
+button.green-btn:hover,
+input.green-btn:hover,
+.green-btn:hover {
+ background: none;
+ background-color: darken( $button-color, 10% );
+ border: 1px solid $alt-background;
+}