diff options
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; } |
