diff options
| author | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-06-13 09:00:49 -0400 |
| commit | 2d6307f6eaa0803aefabae9e9232506611365b66 (patch) | |
| tree | 7d77764b51a8dcfef4ed5554be6028fea815a4ae /src/client/views/nodes/AudioBox.scss | |
| parent | b91057d00512446339e48fb8488a97a1e5ef03d5 (diff) | |
updated css and project to HTML5 standards. fixed border rounding for images.
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 933a383ea..c25c09af9 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -138,7 +138,7 @@ input[type='range']::-webkit-slider-thumb { box-shadow: 0; - border: 0; + border: 0px; height: 10px; width: 10px; border-radius: 10px; @@ -168,7 +168,7 @@ .audiobox-button { width: 15px; height: 15px; - margin: 0; + margin: 0px; svg { width: 10px; |
