Fix "Add subscription" button dark mode UI bug

This commit is contained in:
Peter Zimon 2021-05-13 11:38:19 +02:00
parent 91e01ab70f
commit ba14318de0
2 changed files with 3 additions and 2 deletions

View File

@ -245,12 +245,12 @@ input:focus,
background: var(--black) !important;
}
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black) {
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black):not(.gh-btn-text) {
background: var(--lightgrey);
color: var(--black);
}
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black):hover {
.gh-btn:not(.gh-btn-green):not(.gh-btn-blue):not(.gh-btn-red):not(.gh-btn-primary):not(.gh-btn-black):not(.gh-btn-text):hover {
background: var(--lightgrey-d1);
color: var(--black);
}

View File

@ -1624,6 +1624,7 @@ p.gh-members-import-errordetail:first-of-type {
.gh-btn-addproduct svg path {
fill: var(--green);
stroke: none !important;
}
.gh-member-product-memberdetails {