aboutsummaryrefslogtreecommitdiffstats
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-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;