mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
fixed color of disabled delete button in user list
This commit is contained in:
parent
e5a7522307
commit
c56ed33851
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
}
|
||||
|
||||
.btn:disabled {
|
||||
color: dimgrey;
|
||||
}
|
||||
|
||||
a.btn.disabled {
|
||||
|
|
Loading…
Reference in a new issue