From 764e1d8635d2ebbd769c0ee7ac4e98e4fd051b74 Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:03:52 +0200 Subject: [PATCH] thin scrollbars on firefox fix --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index cd32fffa..59a06ae2 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,11 @@ +/* +Theme Name: DarkUX +Author: anapnoe +Author URI: https://github.com/anapnoe/stable-diffusion-webui +Version: 1.0 +License: GNU General Public License +*/ + :root, *, :before, :after { @@ -2826,8 +2834,8 @@ input[type=range]::-moz-range-track { background-color: var(--input-bg-color); } -[id$=2img_results], -[id$=2img_settings_scroll] +[id$="2img_results"], +[id$="2img_settings_scroll"] { scrollbar-color: var(--panel-bg-color) var(--main-bg-color) !important; scrollbar-width: thin !important;