CSS
This commit is contained in:
parent
e0d713bbef
commit
0b486ea5ad
@ -175,11 +175,15 @@ input, select {
|
|||||||
margin-bottom:1px;
|
margin-bottom:1px;
|
||||||
margin-top:1px;
|
margin-top:1px;
|
||||||
}
|
}
|
||||||
#mainbody input.button {
|
#mainbody input.button:not(.buttongen) {
|
||||||
background: var(--butactionbg);
|
background: var(--butactionbg);
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
#mainbody input.buttongen {
|
||||||
|
padding: 4px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
input.button:focus {
|
input.button:focus {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user