diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-13 17:07:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-13 17:07:45 +0300 |
| commit | 87eee191b8eaa8b7c8a396f9c6ca976c280d44af (patch) | |
| tree | dcf652f2269b1148c1b1bd4182483f4a5ddd0574 /src/App.scss | |
| parent | 18117c3bfa4cae9542e49222aad058aa52929f18 (diff) | |
Made pausing TL updating configurable. Added styles for disabled checkboxes.
Shuffled settings a bit b/c all the settings are in "Attachments" section
depsite the fact not all of them are attachments-related.
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 2426b998..9f7ef860 100644 --- a/src/App.scss +++ b/src/App.scss @@ -142,6 +142,14 @@ input, textarea, .select { color: $fallback--fg; color: var(--fg, $fallback--fg); } + &:disabled, + { + &, + & + label, + & + label::before { + opacity: .5; + } + } + label::before { display: inline-block; content: '✔'; |
