1
0
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:
Gani Georgiev 2022-09-10 22:54:26 +03:00
parent 8c11e2ef01
commit 030dfc2690
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

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);