Update css.php

This commit is contained in:
Alex 2025-03-13 13:47:38 -07:00 committed by GitHub
parent f7a97ae30e
commit 2e46b2f78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2906,7 +2906,6 @@ else { //default: white
div.card {
margin-bottom: 15px;
overflow-x: auto;
<?php
if (isset($card_border_size) || !empty($card_border_color) || !empty($card_background_color) || !empty($card_shadow_color)) {
if (isset($card_border_size) && !empty($card_border_color)) {
@ -3536,6 +3535,7 @@ else { //default: white
.list {
width: 100%;
empty-cells: show;
overflow-x: auto;
}
.list tr {