aboutsummaryrefslogtreecommitdiff
path: root/client-web/style
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/style')
-rw-r--r--client-web/style/master.sass16
-rw-r--r--client-web/style/menu.sass1
2 files changed, 10 insertions, 7 deletions
diff --git a/client-web/style/master.sass b/client-web/style/master.sass
index c4aa50e..c5c1cc9 100644
--- a/client-web/style/master.sass
+++ b/client-web/style/master.sass
@@ -60,20 +60,27 @@ button,
margin: 0.25em
background-color: var(--ac)
border: 0px solid transparent
+ user-select: none
border-radius: 3px
font-size: small
font-weight: 400
cursor: pointer
+ transition: filter 0.1s
input[type="button"]:hover,
button:hover,
.side-ui-control:hover
filter: brightness(130%)
+input:disabled,
+button:disabled,
+.side-ui-control:disabled
+ filter: sepia(90%)
+
input[type="button"].active,
button.active,
-.side-ui-control:active
- filter: hue-rotate(20deg)
+.side-ui-control.checked
+ filter: hue-rotate(30deg)
input[type="text"],
select,
@@ -85,10 +92,5 @@ button.abort
left: 0px
background-color: #9a2020
-input:disabled,
-button:disabled,
-.side-ui-control:disabled
- filter: sepia(90%)
-
.side-ui-control input
display: none
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass
index 2199d06..f2f7868 100644
--- a/client-web/style/menu.sass
+++ b/client-web/style/menu.sass
@@ -19,6 +19,7 @@
right: 0px
display: block
text-align: right
+ z-index: 100
.info-br .version
font-size: medium