diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-09-02 06:23:15 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-09-02 06:23:15 -0400 |
| commit | aee30b5ffc52e90559fa3c1786ce477943abcfb3 (patch) | |
| tree | ce1e79dc47bea5efbc377f7c672ac36427c420d1 /src/client/views/PropertiesButtons.scss | |
| parent | 12d8267533d9b646247914e965b3cf7c32019e4b (diff) | |
Placing collection menu in Lightbox (commented out) and others
- Set toggle properties off
- added link that goes directly to the dash documentation
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
| -rw-r--r-- | src/client/views/PropertiesButtons.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index 77686a710..36b2df73e 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -44,14 +44,15 @@ $linkGap : 3px; } } .propertiesButtons-linkButton-empty.toggle-on { - background-color: white; - color: $dark-gray; + background-color: $medium-blue; + color: $white; } .propertiesButtons-linkButton-empty.toggle-hover { - background-color: gray; - color: $dark-gray; + background-color: $light-blue; + color: $black; } .propertiesButtons-linkButton-empty.toggle-off { + background-color: $dark-gray; color: white; } |
