aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-07 16:15:38 -0500
committerJesús <heckyel@hyperbola.info>2021-12-07 16:15:38 -0500
commitbea33551cca6e2e3b1bbe8cbe9b07a62525863c4 (patch)
treed1f616fa64d5a9c87381eac72d8e4f6ba449fb02
parent11aefa630d6e2c0ec71050b427b10a617c3ad4d3 (diff)
downloadweb-base-bea33551cca6e2e3b1bbe8cbe9b07a62525863c4.tar.lz
web-base-bea33551cca6e2e3b1bbe8cbe9b07a62525863c4.tar.xz
web-base-bea33551cca6e2e3b1bbe8cbe9b07a62525863c4.zip
improve input style
-rw-r--r--styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 4b6963e..3b30562 100644
--- a/styles.css
+++ b/styles.css
@@ -245,6 +245,13 @@ ul.list-item > li > a {
}
/* back search*/
+
+input[type="text"],
+input[type="search"] {
+ outline: none;
+ box-shadow: none;
+}
+
#cm-search:checked ~ .open-form {
grid-column: 1 / span 3;
justify-self: center;