From 2829ca44a65403ce70d4df16848d5f824dae2ca4 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Tue, 9 Jul 2024 01:21:30 +0530 Subject: [PATCH 1/3] Visibility-togglebtn --- app/renderer/css/preference.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/renderer/css/preference.css b/app/renderer/css/preference.css index 5fc9add33..441a167f4 100644 --- a/app/renderer/css/preference.css +++ b/app/renderer/css/preference.css @@ -459,7 +459,7 @@ i.open-tab-button { } .disallowed:hover { - background-color: rgb(241 241 241 / 100%); + background-color:rgb(136 136 136 / 100%); cursor: not-allowed; } @@ -467,7 +467,7 @@ input.toggle-round + label { padding: 2px; width: 50px; height: 25px; - background-color: rgb(221 221 221 / 100%); + background-color: rgb(136 136 136 / 100%); border-radius: 25px; } @@ -482,7 +482,7 @@ input.toggle-round + label::after { } input.toggle-round + label::before { - background-color: rgb(241 241 241 / 100%); + background-color: rgb(136 136 136 / 100%); border-radius: 25px; inset: 0; } From 08570fda38f823fa07b26728e1a3ec099e52ee4b Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Tue, 9 Jul 2024 15:03:40 +0530 Subject: [PATCH 2/3] increased-visibility-of-texts-toggle-btn --- app/renderer/css/preference.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/renderer/css/preference.css b/app/renderer/css/preference.css index 441a167f4..97e7b6a36 100644 --- a/app/renderer/css/preference.css +++ b/app/renderer/css/preference.css @@ -101,8 +101,9 @@ td:nth-child(odd) { .nav { padding: 7px 0; - color: rgb(153 153 153 / 100%); + color: rgb(0, 0, 0); cursor: pointer; + } .nav.active { @@ -459,10 +460,15 @@ i.open-tab-button { } .disallowed:hover { - background-color:rgb(136 136 136 / 100%); + background-color: rgb(136 136 136 / 100%); cursor: not-allowed; } +.setting-description { + color: rgb(34 34 34 / 100%); +} +.nav-container{} + input.toggle-round + label { padding: 2px; width: 50px; From b548ca9a82ce32306fa17c8fa738d80e057c7d36 Mon Sep 17 00:00:00 2001 From: Akshat Singh Date: Tue, 9 Jul 2024 15:04:26 +0530 Subject: [PATCH 3/3] increased-visibility-of-texts-toggle-btn --- app/renderer/css/preference.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/renderer/css/preference.css b/app/renderer/css/preference.css index 97e7b6a36..d5f9e5289 100644 --- a/app/renderer/css/preference.css +++ b/app/renderer/css/preference.css @@ -101,9 +101,8 @@ td:nth-child(odd) { .nav { padding: 7px 0; - color: rgb(0, 0, 0); + color: rgb(0 0 0 / 100%); cursor: pointer; - } .nav.active { @@ -467,7 +466,6 @@ i.open-tab-button { .setting-description { color: rgb(34 34 34 / 100%); } -.nav-container{} input.toggle-round + label { padding: 2px;