Skip to content

Commit 9211e0c

Browse files
committed
set dark background color for focused editable dropdown (add/edit ip dns,records)
1 parent 63326b3 commit 9211e0c

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
@@ -2568,7 +2568,7 @@ label:hover {
25682568
height: 1rem;
25692569
}
25702570
.vst-input.vst-list-editor:focus {
2571-
background-color: white;
2571+
background-color: #505050;
25722572
}
25732573

25742574
.vst-list {

0 commit comments

Comments
 (0)