From 7df3935a5b9451736dbe6fbbcc30f2e5b17f0297 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 04:35:56 +0300 Subject: [PATCH 1/3] Update Monochrome.css --- themes/Monochrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Monochrome.css b/themes/Monochrome.css index 4e1b7b2c..15a7be05 100644 --- a/themes/Monochrome.css +++ b/themes/Monochrome.css @@ -411,7 +411,7 @@ a { /* Popup */ -.popup_list_area .model_item .model{ +.popup .model_item { border: 1px solid #2f3b4b; } From 4d0319a29fdaafca8e6ed1a17eb93d974e09cd7c Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 04:36:16 +0300 Subject: [PATCH 2/3] Update Darkness.css --- themes/Darkness.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes/Darkness.css b/themes/Darkness.css index 23146ddb..bbf49433 100644 --- a/themes/Darkness.css +++ b/themes/Darkness.css @@ -393,10 +393,12 @@ a { /* Popup */ +.popup .model_item { + border: 1px solid #333333; +} + .popup .item { - border: solid #000; - border-width: 1 1px; - border-color: #333333 !important; + border: 1px solid #333333; } .popup .action_button { From 8f8cf16fbe53f511304a205c0b592cd601fa9cb3 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Sun, 16 Oct 2022 04:36:41 +0300 Subject: [PATCH 3/3] Update Unicorn.css --- themes/Unicorn.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/Unicorn.css b/themes/Unicorn.css index af004ebf..6dc46d12 100644 --- a/themes/Unicorn.css +++ b/themes/Unicorn.css @@ -447,11 +447,9 @@ a:hover, a:focus { /* Popup */ -.popup_list_area .model_item .model{ +.popup .model_item { border: 1px solid #c9c9c9; - border-radius: 10px; } - .popup .popup_load_cancel { border: 1px solid #c9c9c9 !important; }