static: flexbox: move rangeinput.css + treeview.css + sanic.js one level up

This commit is contained in:
coon 2023-12-23 19:26:27 +01:00
parent 8dbbc77b09
commit b7bbee240c
4 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Sanic - Flexbox layout</title> <title>Sanic - Flexbox layout</title>
<link rel="stylesheet" href="rangeinput.css"> <link rel="stylesheet" href="../rangeinput.css">
<link rel="stylesheet" href="treeview.css"> <link rel="stylesheet" href="../treeview.css">
<link rel="stylesheet" href="sanic.css"> <link rel="stylesheet" href="sanic.css">
</head> </head>
<body> <body>
@ -158,6 +158,6 @@
</div> </div>
</div> </div>
<script src="sanic.js"></script> <script src="../sanic.js"></script>
</body> </body>
</html> </html>

View file

@ -83,7 +83,7 @@
.tree summary::before { .tree summary::before {
z-index : 1; z-index : 1;
background : #696 url('../img/expand-collapse.svg') 0 0; background : #696 url('img/expand-collapse.svg') 0 0;
} }
.tree details[open] > summary::before { .tree details[open] > summary::before {