diff options
author | jan <jan@ruken.pw> | 2015-12-30 15:49:59 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 15:49:59 (UTC) |
commit | ee37b31502bc46527a5db51f73459f5f7946e1b2 (patch) | |
tree | e34ae3c9357ed536e1ab589483e999f8bf9d1df2 /assets/css | |
parent | b203f34144896436db3925c63b3c91bda59f7e77 (diff) |
hover für search-results. beim klicken auf ein gril wird ein request gestartet, fehlt nur noch die implementation, um ein gril zu einer liste hinzuzufügen.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/search.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/search.css b/assets/css/search.css index 6bca026..e76a7d1 100644 --- a/assets/css/search.css +++ b/assets/css/search.css | |||
@@ -5,4 +5,12 @@ | |||
5 | .search-results { | 5 | .search-results { |
6 | top: -50px; | 6 | top: -50px; |
7 | z-index: 2; | 7 | z-index: 2; |
8 | } | ||
9 | |||
10 | .collection > .collection-item { | ||
11 | transition: background-color .35s; | ||
12 | } | ||
13 | |||
14 | .collection > .collection-item:hover { | ||
15 | background-color: #e1bee7; | ||
8 | } \ No newline at end of file | 16 | } \ No newline at end of file |