Add text button styling
This commit is contained in:
@@ -130,6 +130,15 @@ button.formbutton a {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.button.longbutton.textbutton {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button.longbutton.textbutton a {
|
||||
font-size: 16px;
|
||||
display: inline-block !important;
|
||||
}
|
||||
|
||||
.button:hover, .button.selected, button.formbutton:hover {
|
||||
background: var(--hover-button-background);
|
||||
border: var(--hover-button-border);
|
||||
|
||||
Reference in New Issue
Block a user