mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
refactoring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
textarea#pak-text {
|
||||
textarea#hid-pak-text {
|
||||
display: block;
|
||||
resize: none;
|
||||
width: 100%;
|
||||
@@ -10,12 +10,12 @@ textarea#pak-text {
|
||||
-webkit-appearance:none;
|
||||
}
|
||||
|
||||
textarea#pak-text::-moz-placeholder {
|
||||
textarea#hid-pak-text::-moz-placeholder {
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
textarea#pak-text::-webkit-input-placeholder {
|
||||
textarea#hid-pak-text::-webkit-input-placeholder {
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -37,7 +37,7 @@ img.led-hdd-busy {
|
||||
}
|
||||
|
||||
img.led-msd-writing,
|
||||
img.led-pak-typing {
|
||||
img.led-hid-pak-typing {
|
||||
-webkit-filter: var(--led-filter-yellow);
|
||||
filter: var(--led-filter-yellow);
|
||||
-webkit-animation: var(--led-spin-fast);
|
||||
|
||||
Reference in New Issue
Block a user