Просмотр исходного кода

Merge pull request #862 from theChaosCoder/master

bugfix-#861 Show "read only" fields with a darker bg color (dark theme)
Raphael Schneeberger 5 лет назад
Родитель
Сommit
d79e66adfc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/deb/themes/dark.css

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

@@ -1369,7 +1369,7 @@ label:hover {
 
 .vst-input:disabled,
 .vst-list:disabled {
-  background-color: #454545;
+  background-color: #303030;
   text-shadow: 1px 1px rgba(0,0,0,0.3);
   color: #acacac;
   border-color: #606060;