further darken disabled buttons in dark mode

This commit is contained in:
Johannes Zellner
2021-09-16 20:17:17 +02:00
parent 30456d68a5
commit aca618fb1e
+4
View File
@@ -1931,6 +1931,10 @@ tag-input {
background-color: $backgroundDark;
}
.btn[disabled] {
opacity: 0.25;
}
.btn-default {
color: $textColor;