Added CSS --border-color for better styling

This commit is contained in:
the-djmaze 2022-09-29 22:40:50 +02:00
parent a0d62079eb
commit b28d818c86
7 changed files with 11 additions and 11 deletions

View file

@ -88,7 +88,7 @@ dialog:not(.animate) {
dialog > header {
padding: 9px 15px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid var(--border-color, #ddd);
// Close icon
.close {
@ -115,7 +115,7 @@ dialog > footer {
padding: 14px 15px 15px;
margin-bottom: 0;
text-align: right; // right align buttons
border-top: 1px solid #ddd;
border-top: 1px solid var(--border-color, #ddd);
border-radius: 0 0 6px 6px;
// Properly space out buttons