summaryrefslogtreecommitdiff
path: root/web/css/stream.css
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-10-09 02:06:35 +0300
committerDevaev Maxim <[email protected]>2018-10-09 02:06:35 +0300
commit66f0eb7f3094ed05996f14e8ec256d70ce0d17c5 (patch)
tree146ebe5d4eb6e1652ddfd4b7b2e677c20dcd9d9f /web/css/stream.css
parentc4e355cdb00801666bede44aa4e60d92a988e2b0 (diff)
quality slider
Diffstat (limited to 'web/css/stream.css')
-rw-r--r--web/css/stream.css57
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%;