mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add secondary red class button
Add secondary red class button for "Set Rotation to Zero" button
This commit is contained in:
parent
d179e70671
commit
1122156d3a
1 changed files with 16 additions and 1 deletions
|
@ -479,7 +479,22 @@ input[type=button].secondary, button.hifi-edit-button.secondary {
|
|||
background: linear-gradient(#343434 20%, #000 100%);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=button].secondary_red, button.hifi-edit-button.secondary_red {
|
||||
font-family: Raleway-Bold;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
vertical-align: top;
|
||||
height: 18px;
|
||||
min-width: 60px;
|
||||
padding: 0 14px;
|
||||
margin-right: 6px;
|
||||
border-radius: 4px;
|
||||
border: none;
|
||||
color: #fff;
|
||||
background-color: #94132e;
|
||||
background: linear-gradient(#d42043 20%, #94132e 100%);
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type=button]:enabled:hover, button.hifi-edit-button:enabled:hover {
|
||||
background: linear-gradient(#000, #000);
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue