aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-01-19 20:32:32 +0300
committerManeraKai <manerakai@protonmail.com>2023-01-19 20:32:36 +0300
commit6f338f2c66cf291a8f3a49c4a7a6d867ef7fe88f (patch)
tree25f427a288626438882979375a39eaa636d3be0c /src/pages/stylesheets
parentRemoved Bibliogram https://github.com/libredirect/libredirect/issues/573 (diff)
downloadlibredirect-6f338f2c66cf291a8f3a49c4a7a6d867ef7fe88f.zip
UX/UI tweaks
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css37
1 files changed, 4 insertions, 33 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 24628f5c..7d1b93ba 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -149,44 +149,11 @@ section.links a.selected {
color: var(--active);
}
-input[type="range"] {
- -webkit-appearance: none;
- width: 350px;
- height: 7px;
- border-radius: 50px;
- background: var(--text);
- cursor: ew-resize;
-}
-
-input[type="range"]:hover {
- background: var(--light-grey);
-}
-
-input[type="range"]::-webkit-slider-thumb {
- appearance: none;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- background: var(--active);
- border: none;
-}
-
-input[type="range"]::-moz-range-thumb {
- width: 20px;
- height: 20px;
- border-radius: 50%;
- background: var(--active);
- border: none;
-}
-
::placeholder {
color: var(--text);
opacity: 0.7;
}
-#volume-value {
- color: var(--active);
-}
/* \25BE */
@@ -392,6 +359,10 @@ div.checklist-popup div div {
margin: 0;
}
+div.custom-checklist {
+ color: var(--active);
+}
+
button.add {
background-color: transparent;
border: none;