Move <input> and <button> styles to its own file

This makes it easier for integrators of vnc.html to write their own
input and button styles.
It's also positive to cut a bit off from the size of the large base.css.
This commit is contained in:
Samuel Mannehed
2022-10-14 11:24:03 +02:00
parent 88ccfdc193
commit f0c3af3c67
3 changed files with 150 additions and 148 deletions

View File

@@ -49,6 +49,7 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="app/styles/base.css">
<link rel="stylesheet" href="app/styles/input.css">
<!-- Images that will later appear via CSS -->
<link rel="preload" as="image" href="app/images/info.svg">