styling difference in between new page and editing..

master
Marcell Mars 3 years ago
parent be034969fe
commit 2002471837

@ -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 {

Loading…
Cancel
Save