mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Simplify CSS code
This commit is contained in:
parent
f85e7b5dec
commit
bc74ca34d3
19 changed files with 204 additions and 519 deletions
3
vendors/bootstrap/less/buttons.less
vendored
3
vendors/bootstrap/less/buttons.less
vendored
|
|
@ -16,8 +16,7 @@
|
|||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--btn-border-clr, #bbb);
|
||||
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
|
||||
border: 1px solid var(--btn-border-clr, rgba(0,0,0,.20));
|
||||
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
color: var(--btn-clr, #333);
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue