diff options
| author | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
| commit | 92f34533d58291036ff6123c38502cbd4e22300d (patch) | |
| tree | 3ea20f1fe213b994c6465be103f783fc0212a539 /src/client/views/collections/CollectionDockingView.scss | |
| parent | 2155d39fbc4a9bac3945e40ee10f95f41df466d3 (diff) | |
| parent | 48d5e650ddc8caa8252561bbc91961f2f4677d6e (diff) | |
Merge branch 'master' into ink_v1
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss index 77e7b86ea..b2ee33807 100644 --- a/src/client/views/collections/CollectionDockingView.scss +++ b/src/client/views/collections/CollectionDockingView.scss @@ -65,6 +65,29 @@ display: inline; } +.empty-tabs-message { + position: absolute; + width: 100%; + z-index: 1; + top: 50%; + z-index: 1; + text-align: center; + font-size: 18; + color: $dark-gray; + + img { + position: relative; + top: -1px; + margin: 0 5px; + } +} + +.lm_header, +.lm_items { + z-index: 2; + position: relative; +} + .lm_drag_tab { padding: 0; width: 15px !important; |
