- commit
- 7bdbcc0655ba503ded2433f79629adaa80323caa
- parent
- a55e61574d6bab08d0dd29124191ef93d1e5c5f9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-01-02 09:59
disabled button styling
Diffstat
| M | style.css | 8 | ++++++-- |
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
@@ -40,12 +40,16 @@ button {
40 40 }
41 41
42 42 input:focus,
43 -1 button:hover,
44 -1 button:focus {
-1 43 button:not(:disabled):hover,
-1 44 button:not(:disabled):focus {
45 45 background-color: var(--fg);
46 46 color: var(--bg);
47 47 }
48 48
-1 49 :disabled {
-1 50 opacity: 0.7;
-1 51 }
-1 52
49 53 input[type="range"]::-moz-range-thumb {
50 54 height: 100%;
51 55 width: 0.5em;