Update style.css
Browse files
style.css
CHANGED
@@ -121,3 +121,13 @@
|
|
121 |
color: #5c6370;
|
122 |
font-style: italic;
|
123 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
121 |
color: #5c6370;
|
122 |
font-style: italic;
|
123 |
}
|
124 |
+
|
125 |
+
|
126 |
+
#container.disabled {
|
127 |
+
opacity: 0.6;
|
128 |
+
cursor: not-allowed;
|
129 |
+
}
|
130 |
+
|
131 |
+
#container.disabled #thumb svg {
|
132 |
+
opacity: 0.4;
|
133 |
+
}
|