mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
another trial
This commit is contained in:
16
public/css/app.css
vendored
16
public/css/app.css
vendored
@@ -817,7 +817,7 @@ div.create .input select {
|
||||
/* Hide default HTML checkbox */
|
||||
|
||||
.switch input {
|
||||
visibility: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* The slider */
|
||||
@@ -877,11 +877,25 @@ input:checked + .slider:before {
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes autofill {
|
||||
to {
|
||||
background: #f5f5f5;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
input:-webkit-autofill {
|
||||
-webkit-animation-name: autofill;
|
||||
-webkit-animation-fill-mode: both;
|
||||
}
|
||||
|
||||
input:autofill {
|
||||
-webkit-animation-name: autofill;
|
||||
animation-name: autofill;
|
||||
-webkit-animation-fill-mode: both;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
button.link {
|
||||
border: none;
|
||||
-webkit-appearance: none;
|
||||
|
||||
Reference in New Issue
Block a user