1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix background color for boxselector in dark/high contrast theme (#6378)

This commit is contained in:
Richard Wei 2022-01-13 16:55:36 +13:00 committed by GitHub
parent 389561eb28
commit 6c32edc5b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,6 +112,5 @@
}
.box-selector-item.limited.business :checked + label {
background-color: initial;
color: initial;
}