Эх сурвалжийг харах

bugfix-#861 Show "read only" fields with a darker bg color (dark theme)

Unknown 5 жил өмнө
parent
commit
78c5f2e1ae

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

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