mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
contrast button borders
This commit is contained in:
parent
fe92d439cf
commit
2a4345acd7
1 changed files with 2 additions and 2 deletions
|
@ -227,7 +227,7 @@
|
|||
cursor: pointer;
|
||||
color: #333;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #c3c3c3;
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
|
@ -715,7 +715,7 @@
|
|||
cursor: pointer;
|
||||
color: #202020;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #c0c0c0;
|
||||
border: 1px solid #999;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
font-size: 14px;
|
||||
padding: 2px 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue