Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-13 01:39:48 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-13 01:39:48 +0300
commitbaa659fde5c5b4f21dfb8474f999ad2405997ff0 (patch)
tree06333a81d1fda7204f161e0c79b9113492d599f1
parentc760deaaa201b91f99793ed49a0edb3b50510994 (diff)
added second 'dash' color, changed background color of confirmation dialog box, removed duplicate .dialog class
-rwxr-xr-xstyles/z-bolt/style.css19
1 files changed, 10 insertions, 9 deletions
diff --git a/styles/z-bolt/style.css b/styles/z-bolt/style.css
index 255cf1c..461b055 100755
--- a/styles/z-bolt/style.css
+++ b/styles/z-bolt/style.css
@@ -74,7 +74,7 @@ button.color4 {
border-bottom: 8px solid #A7E100;
}
-button.color-dash {
+button.color-dash-1 {
background-image: linear-gradient(to right, #560FD1 60%, rgba(255, 255, 255, 0) 20%);
background-position: bottom;
@@ -82,6 +82,14 @@ button.color-dash {
background-repeat: repeat-x;
}
+button.color-dash-2 {
+ background-image: linear-gradient(to right, #C8ADF8 60%, rgba(255, 255, 255, 0) 20%);
+
+ background-position: bottom;
+ background-size: 70px 8px;
+ background-repeat: repeat-x;
+}
+
button.color-warning-sign-yellow {
border-bottom: 8px solid #FFE700;
}
@@ -120,14 +128,7 @@ button.keyboard {
border: 2px solid black;
font-size: 20px;
padding: 50px;
- background-color: #000;
-}
-
-.dialog {
- border: 2px solid black;
- font-size: 20px;
- padding: 50px;
- background-color: #000;
+ background-color: #333;
}
.dialog button {