Skip to content

Commit 5a18f3a

Browse files
committed
WebUI: work around a Chromium issue that causes it to use incorrect colors in form inputs with some Windows themes
1 parent 317a342 commit 5a18f3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/webui/www/private/css/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -647,3 +647,11 @@ td.statusBarSeparator {
647647
background-color: #ee6600;
648648
color: #fff;
649649
}
650+
651+
/**
652+
* Workaround for https://bugs.chromium.org/p/chromium/issues/detail?id=1343169
653+
* 'Bad colors for inputs, buttons, textareas and selects when using a high-contrast Windows theme'
654+
*/
655+
input, select, button, datalist, option, textarea {
656+
color: #000;
657+
}

0 commit comments

Comments
 (0)