final? css

This commit is contained in:
2026-01-11 18:44:09 +01:00
parent d7fbf386d0
commit 873f82d5d6
+17 -5
View File
@@ -689,8 +689,9 @@ data:
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
min-height: 2.5em !important;
padding: 0.6em 0 !important;
min-height: 2.2em !important;
padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */
box-sizing: border-box !important;
}
/* The h2 title text inside */
@@ -701,11 +702,22 @@ data:
font-weight: 600 !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.2 !important;
line-height: 1 !important;
}
.widget-content:not(.widget-content-frameless) {
border-top: 1px solid rgba(90, 200, 216, 0.2) !important;
/* =========================================================================
REMOVE BORDER between header and content
========================================================================= */
.widget-content,
.widget-content:not(.widget-content-frameless),
.widget-content-frame,
.widget-content:first-of-type,
.widget > .widget-content {
border: none !important;
border-top: none !important;
border-top-width: 0 !important;
border-top-style: none !important;
border-color: transparent !important;
}
/* =========================================================================