mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Added CSS --border-color for better styling
This commit is contained in:
parent
a0d62079eb
commit
b28d818c86
7 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue