mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
2
vendors/bootstrap/less/variables.less
vendored
2
vendors/bootstrap/less/variables.less
vendored
|
|
@ -38,7 +38,7 @@
|
|||
@tableBackground: transparent; // overall background-color
|
||||
@tableBackgroundAccent: #f9f9f9; // for striping
|
||||
@tableBackgroundHover: #f5f5f5; // for hover
|
||||
@tableBorder: #ddd; // table and cell border
|
||||
@tableBorder: var(--border-color, #ddd); // table and cell border
|
||||
|
||||
|
||||
// Buttons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue