diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |