Update cascade.css

This commit is contained in:
Bard 2023-02-12 22:18:30 +08:00 committed by GitHub
parent d9bda4df6e
commit 37838f27dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2377,6 +2377,7 @@ td > .ifacebadge,
.ifacebox-head { .ifacebox-head {
padding: 0.25em; padding: 0.25em;
background: #eee; background: #eee;
border-radius: 5px 5px 0px 0px;
} }
.ifacebox-head.active { .ifacebox-head.active {
background: #5e72e4; background: #5e72e4;
@ -2390,6 +2391,7 @@ td > .ifacebadge,
.ifacebox-body { .ifacebox-body {
padding: 0.5em 1rem; padding: 0.5em 1rem;
line-height: 1.6em; line-height: 1.6em;
border-radius: 0px 0px 5px 5px;
} }
.cbi-image-button { .cbi-image-button {
margin-left: 0.5rem; margin-left: 0.5rem;