diff options
| author | bobzel <zzzman@gmail.com> | 2021-07-29 10:56:37 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-07-29 10:56:37 -0400 |
| commit | 795764089a464304be12e5b41dced0045350cc86 (patch) | |
| tree | 901d027835745af50625685161f5b4c9d67f4b1d /src/client/views/LightboxView.scss | |
| parent | b25dac80353e522c74aade90c3df8f01f38de0b7 (diff) | |
added button to lightbox to create a tab from current document. changed stepInto to first shrinkwrap(), then to step through collection
Diffstat (limited to 'src/client/views/LightboxView.scss')
| -rw-r--r-- | src/client/views/LightboxView.scss | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/src/client/views/LightboxView.scss b/src/client/views/LightboxView.scss index 4ea2dc2d6..5d42cd97f 100644 --- a/src/client/views/LightboxView.scss +++ b/src/client/views/LightboxView.scss @@ -1,3 +1,32 @@ + + .lightboxView-navBtn { + margin: auto; + position: absolute; + right: 10; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } + .lightboxView-tabBtn { + margin: auto; + position: absolute; + right: 35; + top: 10; + background: transparent; + border-radius: 8; + color:white; + opacity: 0.7; + width: 35; + &:hover { + opacity: 1; + } + } .lightboxView-frame { position: absolute; top: 0; left: 0; @@ -15,7 +44,6 @@ position: relative; background: transparent; border-radius: 8; - color:white; opacity: 0.7; width: 35; &:hover { |
