mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +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
|
|
@ -8,7 +8,7 @@
|
|||
line-height: @baseLineHeight * 1.5;
|
||||
color: @grayDark;
|
||||
border: 0;
|
||||
border-bottom: 1px solid @dropdownDividerTop;
|
||||
border-bottom: 1px solid var(--border-color, #ddd);
|
||||
}
|
||||
summary.legend {
|
||||
display: list-item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue