styling difference in between new page and editing..

This commit is contained in:
Marcell Mars 2021-08-25 02:29:05 +02:00
parent be034969fe
commit 2002471837

View file

@ -94,6 +94,21 @@ button:hover, .newtierbutton:hover {
label, .filepath {
grid-column: 1/2;
text-transform: capitalize;
align-self: center
}
.labelcontent {
align-self: auto;
}
.labeloffline {
margin-top: -0.4rem;
}
input[readonly] {
color: #000000b3;
background: #00000012;
border: 0px;
}
input, button, textarea, .selecttier, .relpath {