diff --git a/docs/zenbones/zenbones.css b/docs/zenbones/zenbones.css index af55a2f5b6..df492633c5 100644 --- a/docs/zenbones/zenbones.css +++ b/docs/zenbones/zenbones.css @@ -173,7 +173,7 @@ a, a:visited, a:hover { color: var(--cyan); } background-color: var(--selectionBackground); } -form input[type="text"], form input[type="checkbox"], input[type="button"], textarea, select, option { +form input[type="text"], form input[type="checkbox"], input[type="button"], button, textarea, select, option { color: var(--foreground); background-color: var(--background); } @@ -183,7 +183,7 @@ option { background: var(--background); } -form input[type="text"], textarea, select { +form input[type="text"], textarea, select, button { border : 1px solid var(--foreground); outline: 1px solid var(--foreground); }