updated ui/dist
This commit is contained in:
parent
8c11e2ef01
commit
030dfc2690
File diff suppressed because one or more lines are too long
|
@ -25,7 +25,7 @@
|
||||||
window.Prism.manual = true;
|
window.Prism.manual = true;
|
||||||
</script>
|
</script>
|
||||||
<script type="module" crossorigin src="./assets/index.994990a4.js"></script>
|
<script type="module" crossorigin src="./assets/index.994990a4.js"></script>
|
||||||
<link rel="stylesheet" href="./assets/index.9a52adce.css">
|
<link rel="stylesheet" href="./assets/index.126056bc.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
|
@ -374,6 +374,10 @@ select,
|
||||||
textarea {
|
textarea {
|
||||||
@extend %input;
|
@extend %input;
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
// Safari and GNOME Web has a default height and ignores the min-height
|
||||||
|
height: var(--inputHeight);
|
||||||
|
}
|
||||||
input:-webkit-autofill {
|
input:-webkit-autofill {
|
||||||
-webkit-text-fill-color: var(--txtPrimaryColor);
|
-webkit-text-fill-color: var(--txtPrimaryColor);
|
||||||
-webkit-box-shadow: inset 0 0 0 50px var(--baseAlt1Color);
|
-webkit-box-shadow: inset 0 0 0 50px var(--baseAlt1Color);
|
||||||
|
|
Loading…
Reference in New Issue