Browse Source

Fix dialog box separator color (dark.css)

Kristan Kenney 6 years ago
parent
commit
1aac75561c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      install/deb/themes/dark.css

+ 4 - 0
install/deb/themes/dark.css

@@ -3513,6 +3513,10 @@ form#vstobjects.suspended {
   -background-color: #dfdedd;
   -background-color: #dfdedd;
 }
 }
 
 
+.ui-dialog .ui-dialog-buttonpane {
+  border-color: #404040 !important;
+}
+
 .shortcuts {
 .shortcuts {
   background: rgba(45,45,45 0.95);
   background: rgba(45,45,45 0.95);
   display: inline-block;
   display: inline-block;