mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Some CSS borders to var(--border-color)
This commit is contained in:
parent
7f4ebe560b
commit
db426abbac
2 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ html.rl-no-preview-pane {
|
|||
|
||||
border-bottom-right-radius: @rlMainBorderRadius;
|
||||
border-bottom-left-radius: @rlMainBorderRadius;
|
||||
border-top: 1px solid #bbb;
|
||||
border-top: 1px solid var(--border-color, #bbb);
|
||||
|
||||
.e-quota {
|
||||
border-bottom: 1px dashed #333;
|
||||
|
|
@ -74,7 +74,7 @@ html.rl-no-preview-pane {
|
|||
|
||||
border-top-right-radius: @rlMainBorderRadius;
|
||||
border-top-left-radius: @rlMainBorderRadius;
|
||||
border-bottom: 1px solid #bbb;
|
||||
border-bottom: 1px solid var(--border-color, #bbb);
|
||||
}
|
||||
|
||||
.checkboxCheckAll {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue