cleanup master.css

master
Peppuz 2018-03-10 04:09:24 +01:00 committed by subnixr
parent 9e46d54c9e
commit 05a6fadb3d
2 changed files with 1 additions and 7 deletions

View File

@ -25,8 +25,6 @@ html, body {
border-radius: 5px; border-radius: 5px;
color: var(--nord6); color: var(--nord6);
resize: none; resize: none;
} }
.form-item { .form-item {
@ -50,16 +48,13 @@ html, body {
.file-input{ .file-input{
position: relative; position: relative;
} }
.file-input span { .file-input span {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
user-select: none; user-select: none;
z-index: -1; z-index: -1;
} }

View File

@ -23,5 +23,4 @@
</div> </div>
</body> </body>
</html>
</html>