equal
deleted
inserted
replaced
45 border: none; |
45 border: none; |
46 background: #eeeeee; |
46 background: #eeeeee; |
47 padding: 5px 10px; |
47 padding: 5px 10px; |
48 } |
48 } |
49 |
49 |
50 .result-item { |
|
51 margin-bottom: 1px; |
|
52 min-height: 64px; |
|
53 cursor: pointer; |
|
54 padding: 5px; |
|
55 overflow: hidden; |
|
56 background-color: #fff; |
|
57 border-bottom: 1px solid #eee; |
|
58 color: #777; |
|
59 transition: all 0.4s ease 0s; |
|
60 } |
|
61 .result-item:hover { |
|
62 // box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.75); |
|
63 } |
|
64 |
50 |
65 .result-item .hidden-elt { |
51 .playlist-component ul li.show-more { |
66 display: none; |
|
67 } |
|
68 .result-item.show-more .hidden-elt{ |
|
69 display: block; |
|
70 } |
|
71 |
|
72 .result-item.show-more { |
|
73 box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |
52 box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |
74 margin: 1rem 0rem; |
53 margin: 1rem 0rem; |
75 z-index: 200; |
54 z-index: 200; |
76 // height: inherit; |
|
77 } |
|
78 |
|
79 .result-item .description{ |
|
80 margin-top: 10px; |
|
81 } |
|
82 |
|
83 .playing-indicator{ |
|
84 color: #287288; |
|
85 } |
55 } |
86 |
56 |
87 .result-item.playing .playing-indicator { |
57 .result-item.playing .playing-indicator { |
88 background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto; |
58 background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto; |
89 height: 14px; |
59 height: 14px; |