mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
common buttons
This commit is contained in:
parent
d27cfa7590
commit
0b26f6fcf9
1 changed files with 4 additions and 4 deletions
|
@ -738,13 +738,13 @@ form {
|
||||||
width: 108px;
|
width: 108px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 1px solid #f79b44;
|
border: 1px solid #999;
|
||||||
background-color: #f79b44;
|
background-color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
border: 1px solid #999;
|
border: 1px solid #f79b44;
|
||||||
background-color: #999;
|
background-color: #f79b44;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:active {
|
.button:active {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue