From the panel site
This commit is contained in:
parent
d684ca74fb
commit
2fc04bcfac
1194 changed files with 154606 additions and 13040 deletions
17
themes/AdminLTE-2/modules/mysql/mysql_admin.css
Normal file
17
themes/AdminLTE-2/modules/mysql/mysql_admin.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.main .pass {
|
||||
transition: all 0.3s ease-in-out;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.dark-mode .main .pass {
|
||||
text-shadow: 0 0 8px var(--white);
|
||||
}
|
||||
|
||||
.light-mode .main .pass {
|
||||
text-shadow: 0 0 8px var(--dark);
|
||||
}
|
||||
|
||||
.main .pass:hover {
|
||||
text-shadow: none;
|
||||
color: inherit;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue