mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-03-31 01:38:14 +02:00
updated ui/dist
This commit is contained in:
parent
8c11e2ef01
commit
030dfc2690
ui
File diff suppressed because one or more lines are too long
2
ui/dist/index.html
vendored
2
ui/dist/index.html
vendored
@ -25,7 +25,7 @@
|
||||
window.Prism.manual = true;
|
||||
</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>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -374,6 +374,10 @@ select,
|
||||
textarea {
|
||||
@extend %input;
|
||||
}
|
||||
input {
|
||||
// Safari and GNOME Web has a default height and ignores the min-height
|
||||
height: var(--inputHeight);
|
||||
}
|
||||
input:-webkit-autofill {
|
||||
-webkit-text-fill-color: var(--txtPrimaryColor);
|
||||
-webkit-box-shadow: inset 0 0 0 50px var(--baseAlt1Color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user