Commit 40e71f676b0a5ad6879b48fe29b8d55e518018aa
1 parent
d97c8cc8
Exists in
master
and in
3 other branches
Adjusting topic icons color
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
amadeus/static/css/themes/green.css
... | ... | @@ -92,11 +92,11 @@ a, a:focus, a:hover { |
92 | 92 | background-color: #1d8fe0 !important; |
93 | 93 | } |
94 | 94 | |
95 | -.topic-panel .category-header .category-card-items i { | |
95 | +.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { | |
96 | 96 | color: #1772b3; |
97 | 97 | } |
98 | 98 | |
99 | -.topic-panel .category-header .category-card-items i:hover { | |
99 | +.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover { | |
100 | 100 | color: #ffffff; |
101 | 101 | } |
102 | 102 | ... | ... |