mirror of https://github.com/JustKato/FreePad.git
* Fixed invisible edit button on Light Mode
This commit is contained in:
parent
c4f6496e0e
commit
3b137c5ed6
|
@ -72,6 +72,10 @@ main#main-card {
|
|||
flex-flow: column;
|
||||
}
|
||||
|
||||
.light .edit-content-text {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.edit-content-text {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue