From 3db8f34e5349a9a8c08b0811903e87940fb4ed8b Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 15:29:40 +0100 Subject: [PATCH] css form update --- proj/y2t/assets/css/style.css | 42 ++++++++++++++++++++++++++++++++++- proj/y2t/index.php | 2 +- 2 files changed, 42 insertions(+), 2 deletions(-) diff --git a/proj/y2t/assets/css/style.css b/proj/y2t/assets/css/style.css index bd49483..c1a75da 100644 --- a/proj/y2t/assets/css/style.css +++ b/proj/y2t/assets/css/style.css @@ -3,4 +3,44 @@ @import url("./layout.css"); @import url("./colors.css"); @import url("./fonts.css"); -@import url("./ux.css"); \ No newline at end of file +@import url("./ux.css"); + + +input[type=text] { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--white); + font-family: inherit; + font-weight: inherit; + display: inline-block; + margin: 0px; + width: auto; + } + + select#lang { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--white); + font-family: inherit; + font-weight: inherit; + display: inline-block; + margin: 0px; + width: auto; + } + + input[type=submit] { + border: 5px solid var(--black); + padding: 10px; + border-radius: 0px; + background-color: var(--black); + color: var(--white); + font-family: inherit; + font-weight: inherit; + width: 100%; + } + + form { + + } \ No newline at end of file diff --git a/proj/y2t/index.php b/proj/y2t/index.php index d627f7f..41de7f7 100644 --- a/proj/y2t/index.php +++ b/proj/y2t/index.php @@ -13,7 +13,7 @@

Y2TPrompt

-
+