mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Revamp CSS template system using var() feature
This commit is contained in:
parent
92bbaadbf3
commit
d9bece04b2
30 changed files with 317 additions and 530 deletions
6
vendors/bootstrap/less/dropdowns.less
vendored
6
vendors/bootstrap/less/dropdowns.less
vendored
|
|
@ -44,10 +44,10 @@
|
|||
padding: 5px 0;
|
||||
margin: 2px 0 0; // override default ul
|
||||
list-style: none;
|
||||
background-color: @dropdownBackground;
|
||||
color: var(--dropdown-menu-color, inherit);
|
||||
background-color: var(--dropdown-menu-background-color, @dropdownBackground);
|
||||
border: 1px solid @dropdownBorder;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
||||
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||||
background-clip: padding-box;
|
||||
|
||||
// Aligns the dropdown menu to right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue