Commit 9dccfcdc5a63540651464cddcbe2de396a8894df
1 parent
0abe1d76
Exists in
master
and in
3 other branches
fixed hover ehader items color and hover
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
@@ -123,6 +123,11 @@ a:focus { | @@ -123,6 +123,11 @@ a:focus { | ||
123 | } | 123 | } |
124 | .category-card-items i{ | 124 | .category-card-items i{ |
125 | margin-right: 10px; | 125 | margin-right: 10px; |
126 | + color: #90CAF9 !important; | ||
127 | +} | ||
128 | + | ||
129 | +.category-card-items i:hover{ | ||
130 | + color: white !important; | ||
126 | } | 131 | } |
127 | 132 | ||
128 | .category-header .dropdown-menu i { | 133 | .category-header .dropdown-menu i { |