mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Fix "Add subscription" button dark mode UI bug
This commit is contained in:
parent
91e01ab70f
commit
ba14318de0
@ -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);
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user