Commit 26014008 authored by Andreas Heimann's avatar Andreas Heimann

updated button style

parent 6f28f7bd
...@@ -266,19 +266,9 @@ ...@@ -266,19 +266,9 @@
&:focus { &:focus {
outline: 0; outline: 0;
} }
&:disabled, &.button-disabled {
&.button-label { opacity: 0.4;
background: transparent; cursor: not-allowed;
&:hover {
background: rgba(255, 255, 255, 0.2);
color: #fff;
}
&:active {
background: #fff;
color: #222;
cursor: pointer;
}
} }
} }
input[type='range'] { input[type='range'] {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment