mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-14 08:48:41 +00:00
fix bug with font-family and font-size inherit
This commit is contained in:
parent
d7c3bcaf10
commit
d0748cad1a
|
|
@ -19,6 +19,8 @@ button, input[type="submit"], input[type="button"], a.button {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: .9rem;
|
||||||
|
|
||||||
&::-moz-focus-inner {
|
&::-moz-focus-inner {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
||||||
|
|
@ -3957,7 +3957,9 @@ button, input[type="submit"], input[type="button"], a.button {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
outline: 0; }
|
outline: 0;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: .9rem; }
|
||||||
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, a.button::-moz-focus-inner {
|
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, a.button::-moz-focus-inner {
|
||||||
border: 0; }
|
border: 0; }
|
||||||
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.button:hover, a.button:focus {
|
button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, a.button:hover, a.button:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user