mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Some fixes
This commit is contained in:
24
public/css/app.css
vendored
24
public/css/app.css
vendored
@@ -877,14 +877,16 @@ input:checked + .slider:before {
|
||||
@-webkit-keyframes autofill {
|
||||
to {
|
||||
background: #f5f5f5;
|
||||
color: #fff;
|
||||
color: #2f313a;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes autofill {
|
||||
to {
|
||||
background: #f5f5f5;
|
||||
color: #fff;
|
||||
color: #2f313a;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1132,6 +1134,24 @@ hr {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus
|
||||
input:-webkit-autofill,
|
||||
textarea:-webkit-autofill,
|
||||
textarea:-webkit-autofill:hover
|
||||
textarea:-webkit-autofill:focus,
|
||||
select:-webkit-autofill,
|
||||
select:-webkit-autofill:hover,
|
||||
select:-webkit-autofill:focus {
|
||||
border: inherit;
|
||||
-webkit-text-fill-color: inherit;
|
||||
-webkit-box-shadow: inherit;
|
||||
-webkit-transition: inherit;
|
||||
transition: inherit;
|
||||
color: #2f313a !important;
|
||||
}
|
||||
|
||||
/*! Huebee v2.0.0
|
||||
http://huebee.buzz
|
||||
---------------------------------------------- */
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/css/app.css": "/css/app.css?id=1d47190e8f6991332083",
|
||||
"/js/app.js": "/js/app.js?id=7b83db042da1287c25dd"
|
||||
"/css/app.css": "/css/app.css?id=931fc4476963f6f50154",
|
||||
"/js/app.js": "/js/app.js?id=1740b16555d4a8660c9b"
|
||||
}
|
||||
Reference in New Issue
Block a user