diff options
Diffstat (limited to 'web/css/stream.css')
-rw-r--r-- | web/css/stream.css | 57 |
1 files changed, 5 insertions, 52 deletions
diff --git a/web/css/stream.css b/web/css/stream.css index 2e7aa32c..d0166fa9 100644 --- a/web/css/stream.css +++ b/web/css/stream.css @@ -1,3 +1,7 @@ +div#stream-info { + display: none; +} + img#stream-image { width: 640px; height: 480px; @@ -35,61 +39,10 @@ div.stream-box-mouse-enabled { cursor: url("../svg/stream-mouse-cursor.svg"), pointer; } -select#stream-quality-select { - margin: 8px 0 8px 0; -} - -div#stream-size-slider-box { +div.stream-slider-box { margin-top: 5px; display: flex; } -@supports (-webkit-appearance:none) { - div#stream-size-slider-box input[type=range] { - cursor: pointer; - outline: none; - width: 100%; - box-shadow: none; - background: transparent; - margin: 8px 0 8px 0; - -webkit-appearance: none; - } -} -@supports not (-webkit-appearance:none) { - div#stream-size-slider-box input[type=range] { - cursor: pointer; - outline: none; - width: 100%; - box-shadow: none; - margin-left: 0; - margin-right: 0; - } -} -div#stream-size-slider-box input[type=range]::-webkit-slider-runnable-track { - height: 5px; - background: var(--bg-color-light); - border-radius: 3px; -} -div#stream-size-slider-box input[type=range]::-webkit-slider-thumb { - border: var(--intensive-border); - height: 18px; - width: 18px; - border-radius: 25px; - background: var(--bg-color-intensive); - -webkit-appearance: none; - margin-top: -7px; -} -div#stream-size-slider-box input[type=range]::-moz-range-track { - height: 5px; - background: var(--bg-color-light); - border-radius: 3px; -} -div#stream-size-slider-box input[type=range]::-moz-range-thumb { - border: var(--intensive-border); - height: 18px; - width: 18px; - border-radius: 25px; - background: var(--bg-color-intensive); -} table#stream-auto-resize-box { width: 100%; |