aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 12:39:04 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-12 12:39:04 +0200
commitdfcfc5da50c86a936124e820530cb72c93fc1a17 (patch)
tree1752b35ddee7fb4ec6890dd51d6ff423fb17ed0b /css
parented66392fc694ffb10b59a22b9305c7334d13a67f (diff)
parent76d480420f611c09625e947f0f0ed496c79f2ce9 (diff)
downloadfileup-dfcfc5da50c86a936124e820530cb72c93fc1a17.tar.gz
Merge branch 'live'
Diffstat (limited to 'css')
-rw-r--r--css/style.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/css/style.css b/css/style.css
index 75d3f02..8073fe6 100644
--- a/css/style.css
+++ b/css/style.css
@@ -166,19 +166,27 @@ form p {
to { opacity: 1; }
}
-input:not([type=file]) {
+.content > input {
min-width: 300px;
+}
+
+input:not([type=file]) {
border: 1px solid #bbb;
- padding: 0.5rem;
+ padding: 0.8rem 2rem 0.5rem 2rem;
font-size: inherit;
font-family: inherit;
border-radius: 0.3rem;
- background: #fdfdfd;
- transition: background 0.15s, border-color 0.35s;
+ background: #f6f6f6;
}
-input[type=submit] {
+input[type=button], button, input[type=submit] {
cursor: pointer;
+}
+input[type=button]:hover, button:hover, input[type=submit]:hover {
+ background: white;
+}
+
+input[type=submit] {
margin-top: 2rem;
width: 100%;
display: block;