mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -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;
|
cursor: pointer;
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
border: 1px solid #c3c3c3;
|
border: 1px solid #999;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -715,7 +715,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #202020;
|
color: #202020;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
border: 1px solid #c0c0c0;
|
border: 1px solid #999;
|
||||||
border-radius: 3px 3px 3px 3px;
|
border-radius: 3px 3px 3px 3px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 2px 16px;
|
padding: 2px 16px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue