aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 11:33:57 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-02-13 11:33:57 +0200
commit508baff21febbd3676ce29d4d45e326d8a11cc4b (patch)
tree06c3c020b288b7ca13265a4fa5b53a5196d8f71a /css
parent2229da3596c9f6e25b1d30a30df35bf21b2bc219 (diff)
downloadfileup-508baff21febbd3676ce29d4d45e326d8a11cc4b.tar.gz
chrome is garbage
Diffstat (limited to 'css')
-rw-r--r--css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 314a38c..fb6a093 100644
--- a/css/style.css
+++ b/css/style.css
@@ -20,6 +20,13 @@ body {
flex: 1 0 0;
}
+/* Disable the black outline that Chromium browsers put on focused buttons */
+input:focus,
+button:focus
+{
+ outline:0;
+}
+
#header {
background: white;
margin: 0;