diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-03-21 23:45:16 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-03-21 23:55:10 +0000 |
| commit | 9f4a54afa2fa3ec60d2b0946dabfcc198b43b44f (patch) | |
| tree | 701f5725f89f35623045cad3e654b5d1ef8332d5 /app/style.js | |
| parent | simpler key styling (diff) | |
| download | isomorphic-kb-explorer-9f4a54afa2fa3ec60d2b0946dabfcc198b43b44f.tar.gz isomorphic-kb-explorer-9f4a54afa2fa3ec60d2b0946dabfcc198b43b44f.zip | |
move MIDI settings in toolbar, reorganize
Diffstat (limited to 'app/style.js')
| -rw-r--r-- | app/style.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/style.js b/app/style.js index a20510e..26a6ce6 100644 --- a/app/style.js +++ b/app/style.js @@ -59,6 +59,9 @@ button, input, select { padding: 0.25em; border-radius: 0.5em; } +button:disabled, input:disabled, select:disabled { + opacity: 0.75; +} input.small { width: 4em; @@ -103,7 +106,7 @@ label { border-color: #363636; color: #848484; } -.hexagon.core > .inner { +.hexagon.core { border-color: #eeeeee; } |
