From 6f338f2c66cf291a8f3a49c4a7a6d867ef7fe88f Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Thu, 19 Jan 2023 20:32:32 +0300 Subject: UX/UI tweaks --- src/pages/stylesheets/styles.css | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) (limited to 'src/pages/stylesheets') 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; -- cgit 1.4.1