improve fieldset legend legibility and set cursor to pointer on all buttons
This commit is contained in:
@@ -108,6 +108,8 @@ button, .linkbutton, input[type="submit"] {
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
line-height: normal;
|
||||
display: inline flex;
|
||||
align-items: center;
|
||||
@@ -322,6 +324,20 @@ fieldset {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
padding: var(--small-padding);
|
||||
border-radius: var(--border-radius);
|
||||
border: 2px groove var(--border-color);
|
||||
margin-top: var(--small-padding);
|
||||
|
||||
.plank:not(.secondary-bg) > & {
|
||||
background-color: var(--bg-color-secondary);
|
||||
}
|
||||
.plank.secondary-bg > & {
|
||||
background-color: var(--bg-color-primary);
|
||||
}
|
||||
}
|
||||
|
||||
ul.horizontal, ol.horizontal {
|
||||
display: inline flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user