From 16b9776bfd2cecf8c1cb09ec6eb38d7ebf3dbb4b Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Fri, 8 Nov 2024 15:34:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B8=D0=B7=D1=83=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B2=20=D0=B2=D0=B5=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/fields.css | 8 + static/main.html | 881 ++++++++++++++++++++++++---------------------- static/style.css | 24 +- 3 files changed, 463 insertions(+), 450 deletions(-) diff --git a/static/fields.css b/static/fields.css index 550742a..5709004 100644 --- a/static/fields.css +++ b/static/fields.css @@ -105,6 +105,14 @@ select * { color: var(--text-color); } +.settings-set-container tr > * { + border-bottom: solid 1px var(--text-color2); +} + +.settings-set-container tr:hover { + background: var(--bg-selected); +} + /*********************** Стили для красивых 'switch' ***********************/ .toggle-input { diff --git a/static/main.html b/static/main.html index 298ea2b..9f810ce 100644 --- a/static/main.html +++ b/static/main.html @@ -6,17 +6,33 @@ RSCM-101 +