Commit 9dccfcdc5a63540651464cddcbe2de396a8894df

Authored by Felipe Henrique de Almeida Bormann
1 parent 0abe1d76

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 123 }
124 124 .category-card-items i{
125 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 133 .category-header .dropdown-menu i {
... ...