change background of disabled buttons in dark mode

This commit is contained in:
joshuaboud 2021-06-18 13:03:45 -03:00
parent c07a17d86c
commit f2c9ee22f6
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
1 changed files with 3 additions and 2 deletions

View File

@ -63,8 +63,9 @@ body {
height: 100%;
}
.pf-c-button:disabled[data-theme="dark"] {
background-color: var(--border);
[data-theme="dark"] .pf-c-button:disabled {
background-color: var(--container) !important;
border: 1px solid var(--border) !important;
}
.nav-loader-container {