diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-05 22:44:03 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-05 22:44:03 -0400 |
| commit | 9b41da1af16b982ee8ac2fc09f2f8b5d67eac9fb (patch) | |
| tree | bc3f57cd5b31fd453d272c925f6d5b728ab63bae /src/client/views/StyleProvider.scss | |
| parent | 9dae453967183b294bf4f7444b948023a1d52d39 (diff) | |
| parent | 8f7e99641f84ad15f34ba9e4a60b664ac93d2e5d (diff) | |
Merge branch 'master' into data-visualization-view-naafi
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index 8929954c8..80c878386 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -1,21 +1,32 @@ +.styleProvider-filter, +.styleProvider-audio, .styleProvider-lock { - font-size: 12px; - width: 20; - height: 20; - position: absolute; - right: -25; - top: -5; - background: transparent; + font-size: 10; + width: 15; + height: 15; + position: absolute; + right: -15; + top: 0; + background: black; pointer-events: all; opacity: 0.3; display: flex; + flex-direction: column; color: gold; border-radius: 3px; justify-content: center; cursor: default; } -.styleProvider-lock:hover { - opacity:1; +.styleProvider-filter { + right: 0; +} +.styleProvider-audio { + right: 15; +} +.styleProvider-lock:hover, +.styleProvider-audio:hover, +.styleProvider-filter:hover { + opacity: 1; } .styleProvider-treeView-icon, @@ -26,4 +37,4 @@ .styleProvider-treeView-icon { opacity: 0; -}
\ No newline at end of file +} |
