mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-07-01 01:58:24 +02:00
common buttons
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user