diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-15 15:01:06 -0500 |
| commit | bd5ca49636c5ff0d480003f9479cf40a562b4589 (patch) | |
| tree | 8b1295e153af765970f3adb4cc6bb4b8f30ae8b6 /src/client/views/PropertiesButtons.scss | |
| parent | ddf37d997ded0faa87c844b02f4df1b98989fd2e (diff) | |
cleaned up showTitle and showAudio stuff just a bit.
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
| -rw-r--r-- | src/client/views/PropertiesButtons.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index d63eb874c..ba212da7f 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -47,6 +47,10 @@ $linkGap : 3px; background-color: white; color: black; } +.propertiesButtons-linkButton-empty.toggle-hover { + background-color: gray; + color: black; +} .propertiesButtons-linkButton-empty.toggle-off { color: white; } |
