From 9f4a54afa2fa3ec60d2b0946dabfcc198b43b44f Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 22 Mar 2022 00:45:16 +0100 Subject: move MIDI settings in toolbar, reorganize --- app/style.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/style.js') 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; } -- cgit v1.2.3