Commit 9dbd27c11d10140ff460609e62177bef4d21fdf4
1 parent
d5a304a4
Exists in
skin-small-change
pequenas melhorias no skin azul
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/layout/scss/skins/_whbl.scss
... | ... | @@ -173,7 +173,7 @@ $whbl-font-color: #16191c; |
173 | 173 | a:focus, |
174 | 174 | .widget-users li > .details > .name > a:hover, |
175 | 175 | .widget-todo .actions > a:hover { |
176 | - color: $whbl-primary-color; | |
176 | + color: #fff;//$whbl-primary-color; | |
177 | 177 | } |
178 | 178 | .table a.table-link:hover { |
179 | 179 | color: #2980b9; |
... | ... | @@ -273,7 +273,7 @@ $whbl-font-color: #16191c; |
273 | 273 | } |
274 | 274 | .panel-default > .panel-heading, |
275 | 275 | .notifications-list .item-footer { |
276 | - background-color: $whbl-primary-color; | |
276 | + background-color: #91CEDF; | |
277 | 277 | } |
278 | 278 | .notifications-list .item-footer a:hover { |
279 | 279 | background-color: #2980b9; | ... | ... |