Browse Source

set dark background color for focused editable dropdown (add/edit ip dns,records)

Robert Zollner 6 years ago
parent
commit
9211e0cdcc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/themes/dark.css

+ 1 - 1
install/deb/themes/dark.css

@@ -2568,7 +2568,7 @@ label:hover {
   height: 1rem;
   height: 1rem;
 }
 }
 .vst-input.vst-list-editor:focus {
 .vst-input.vst-list-editor:focus {
-  background-color: white;
+  background-color: #505050;
 }
 }
 
 
 .vst-list {
 .vst-list {