diff --git a/assets/css/templates/beautiful_blacky.css b/assets/css/templates/beautiful_blacky.css index 18edaf6f..0e30770c 100644 --- a/assets/css/templates/beautiful_blacky.css +++ b/assets/css/templates/beautiful_blacky.css @@ -228,8 +228,8 @@ body.wpt_table_body .beautiful_blacky_wrapper .beautiful_blacky.custom_table tbo } body.wpt_table_body .beautiful_blacky_wrapper table tbody tr th, -.beautiful_blacky_wrapper table tbody tr td { - background: var(--beautiful-black) !important; +body.wpt_table_body .beautiful_blacky_wrapper table tbody tr td { + background-color: var(--beautiful-black) !important; padding-bottom: 1em; border-spacing: 1px; border: none; @@ -454,12 +454,17 @@ body.wpt_table_body .beautiful_blacky_wrapper table:not(.has-background) tbody t line-height: 14px; } -.beautiful_blacky_wrapper .select2-container--default .beautiful_blacky_wrapper .select2-selection--multiple { +body.wpt_table_body .beautiful_blacky_wrapper .select2-container--default, +body.wpt_table_body .beautiful_blacky_wrapper .select2-selection--multiple { background-color: #fff; - border: 1px solid var(--beautiful-blue); + border: 1px solid var(--beautiful-blue) !important; border-radius: 4px; cursor: text; } +body.wpt_table_body .beautiful_blacky_wrapper .select2-container .select2-selection--multiple, +body.wpt_table_body .beautiful_blacky_wrapper .select2-container--default .select2-selection--single { + border: 1px solid var(--beautiful-blue) !important; +} .beautiful_blacky_wrapper a:focus, .beautiful_blacky_wrapper input:focus, .beautiful_blacky_wrapper select:focus, diff --git a/assets/css/templates/default.css b/assets/css/templates/default.css index 97545143..534eea7a 100644 --- a/assets/css/templates/default.css +++ b/assets/css/templates/default.css @@ -278,6 +278,18 @@ body.wpt_table_body .default_wrapper table tbody tr td { box-shadow: unset; } +body.wpt_table_body .default_wrapper .select2-container--default, +body.wpt_table_body .default_wrapper .select2-selection--multiple { + background-color: #fff; + border: 1px solid #ccd2d3; + border-radius: 4px; + cursor: text; +} +body.wpt_table_body .default_wrapper .select2-container .select2-selection--multiple, +body.wpt_table_body .default_wrapper .select2-container--default .select2-selection--single { + border: 1px solid #ccd2d3; +} + /*------- Checkbox ---------*/ div.wpt_product_table_wrapper.default_wrapper input[type=checkbox]+label:before {