diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-23 11:36:36 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-23 11:36:36 +0300 |
| commit | b07d7d7229c376a0588d86ee8a28735bdcf99b7f (patch) | |
| tree | 4d0b96ba7d04a30e1e19670da208e6c3dbbb7dc8 /src/App.scss | |
| parent | 26b9f787bb01551f991f9e79aa8c0fc59313b95e (diff) | |
reset buttons, better disabled for shadows
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 004c6fc3..ceb0bb87 100644 --- a/src/App.scss +++ b/src/App.scss @@ -120,6 +120,11 @@ input, textarea, .select { line-height: 16px; hyphens: none; + &:disabled, &[disabled=disabled] { + cursor: not-allowed; + opacity: 0.5; + } + .icon-down-open { position: absolute; top: 0; |
