From 2002471837b05e6bd993f9edefe9f4fd83b515a8 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Wed, 25 Aug 2021 02:29:05 +0200 Subject: [PATCH] styling difference in between new page and editing.. --- public/global.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/global.css b/public/global.css index 6977d69..52ddc73 100644 --- a/public/global.css +++ b/public/global.css @@ -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 {