Some Styling updates, Removed rebuild, Added About page + Semantic UI.

This commit is contained in:
FallenGravity
2019-10-15 01:50:10 +02:00
parent 6ab961134f
commit 85592070a0
12 changed files with 19983 additions and 63 deletions

View File

@@ -6633,20 +6633,20 @@ input[type=checkbox]:not(:disabled)~.lever:active:before, input[type=checkbox]:n
background-color: #949494
}
select {
}
select {}
select.browser-default {
display: block
}
select {
background-color: rgba(255, 255, 255, 0.9);
background-color: #443e3ee6;
width: 100%;
padding: 5px;
border: 1px solid #f2f2f2;
border-radius: 2px;
height: 3rem
border: 1px solid #000000;
height: 30px;
padding-top: 35px;
margin-top: 10px;
}
.select-label {