mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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;
|
||||
height: 34px;
|
||||
color: #fff;
|
||||
border: 1px solid #f79b44;
|
||||
background-color: #f79b44;
|
||||
border: 1px solid #999;
|
||||
background-color: #999;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
border: 1px solid #999;
|
||||
background-color: #999;
|
||||
border: 1px solid #f79b44;
|
||||
background-color: #f79b44;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue