diff options
author | Nicolas Danelon <nicolasdanelon@gmail.com> | 2015-06-23 11:03:11 -0300 |
---|---|---|
committer | Nicolas Danelon <nicolasdanelon@gmail.com> | 2015-06-23 11:03:11 -0300 |
commit | e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a (patch) | |
tree | 3e558e31933f1550844df0240d10cd63005656bc /inc/awesomplete.css | |
parent | 0923a2bc1b097bf1def882722db489d83d95c423 (diff) | |
download | Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.gz Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.tar.zst Shaarli-e6cd88bbc0d38d0e7db1308ef7d2b8f1cfb38f5a.zip |
filter input search responsive fixed (mobile)
Diffstat (limited to 'inc/awesomplete.css')
-rw-r--r-- | inc/awesomplete.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/awesomplete.css b/inc/awesomplete.css index 76f903f7..a7a8bc77 100644 --- a/inc/awesomplete.css +++ b/inc/awesomplete.css | |||
@@ -94,4 +94,5 @@ div.awesomplete li:hover mark { | |||
94 | div.awesomplete li[aria-selected="true"] mark { | 94 | div.awesomplete li[aria-selected="true"] mark { |
95 | background: hsl(86, 102%, 21%); | 95 | background: hsl(86, 102%, 21%); |
96 | color: inherit; | 96 | color: inherit; |
97 | } \ No newline at end of file | 97 | } |
98 | |||