Skip to content

Commit d79e66a

Browse files
authored
Merge pull request hestiacp#862 from theChaosCoder/master
bugfix-hestiacp#861 Show "read only" fields with a darker bg color (dark theme)
2 parents 767207b + 78c5f2e commit d79e66a

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
@@ -1369,7 +1369,7 @@ label:hover {
13691369

13701370
.vst-input:disabled,
13711371
.vst-list:disabled {
1372-
background-color: #454545;
1372+
background-color: #303030;
13731373
text-shadow: 1px 1px rgba(0,0,0,0.3);
13741374
color: #acacac;
13751375
border-color: #606060;

0 commit comments

Comments
 (0)