Skip to content

Commit b4dca53

Browse files
committed
Improve contrast for FindAndReplace and GoToLine dialog error styles (Fixes #218)
1 parent 996a0e9 commit b4dca53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/find-and-replace.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.code-input_find-and-replace_dialog input.code-input_find-and-replace_error {
63-
color: #ff0000aa;
63+
color: #b60000;
6464
}
6565

6666
.code-input_find-and-replace_dialog button, .code-input_find-and-replace_dialog input[type="checkbox"] {

plugins/go-to-line.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
.code-input_go-to-line_dialog input.code-input_go-to-line_error {
46-
color: #ff0000aa;
46+
color: #b60000;
4747
}
4848

4949
/* Cancel icon */

0 commit comments

Comments
 (0)