From 9dbd27c11d10140ff460609e62177bef4d21fdf4 Mon Sep 17 00:00:00 2001 From: ABNER SILVA DE OLIVEIRA Date: Wed, 25 May 2016 16:36:05 -0300 Subject: [PATCH] pequenas melhorias no skin azul --- src/app/layout/scss/skins/_whbl.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout/scss/skins/_whbl.scss b/src/app/layout/scss/skins/_whbl.scss index 146307f..5687f4f 100644 --- a/src/app/layout/scss/skins/_whbl.scss +++ b/src/app/layout/scss/skins/_whbl.scss @@ -173,7 +173,7 @@ $whbl-font-color: #16191c; a:focus, .widget-users li > .details > .name > a:hover, .widget-todo .actions > a:hover { - color: $whbl-primary-color; + color: #fff;//$whbl-primary-color; } .table a.table-link:hover { color: #2980b9; @@ -273,7 +273,7 @@ $whbl-font-color: #16191c; } .panel-default > .panel-heading, .notifications-list .item-footer { - background-color: $whbl-primary-color; + background-color: #91CEDF; } .notifications-list .item-footer a:hover { background-color: #2980b9; -- libgit2 0.21.2