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 { 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; } 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; }