Skip to content

Commit de5fb38

Browse files
author
Kristan Kenney
committed
Fix hover state for disabled input fields (dark.css)
1 parent e9eec9f commit de5fb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@ label:hover {
25482548

25492549
.vst-input:disabled:hover,
25502550
.vst-list:disabled:hover {
2551-
border-color: inherit !important;
2551+
border-color: #606060 !important;
25522552
}
25532553

25542554
.vst-input.long {

0 commit comments

Comments
 (0)