mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27: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
|
|
@ -4,6 +4,7 @@
|
|||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--border-color: #555;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #ddd;
|
||||
|
|
@ -94,12 +95,6 @@
|
|||
color: var(--main-color);
|
||||
}
|
||||
|
||||
.legend,
|
||||
dialog header, dialog footer,
|
||||
.table td, .table th {
|
||||
border-color: #555 !important;
|
||||
}
|
||||
|
||||
.legend,
|
||||
.messageView #messageItem {
|
||||
color: var(--main-color);
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
--main-bg-size: auto;
|
||||
--main-bg-repeat: repeat;
|
||||
--link-color: #369;
|
||||
--border-color: #ddd;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue