diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-02 10:18:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-02 10:18:57 -0400 |
| commit | 9305752405807ac736795185ae30c6955f5b483f (patch) | |
| tree | 4374b7ed97ac994a69ed92e17000586fb9d1daf4 /src/client/views/nodes/ImageBox.scss | |
| parent | b77ea08d2095bae01b04ccfb421bfa57b465b154 (diff) | |
fixed image box overlays to allow for transparent pngs. allowed hover over background for image alternats to be set.
Diffstat (limited to 'src/client/views/nodes/ImageBox.scss')
| -rw-r--r-- | src/client/views/nodes/ImageBox.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.scss b/src/client/views/nodes/ImageBox.scss index 3d6942e6f..36abf707c 100644 --- a/src/client/views/nodes/ImageBox.scss +++ b/src/client/views/nodes/ImageBox.scss @@ -114,7 +114,6 @@ width: 100%; height: 100%; position: absolute; - background: black; display: flex; flex-direction: row; align-items: center; |
