From 1c0936d4c1b5b604a53371b8e0dc38232cacb689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Dec 2014 22:16:04 +0100 Subject: [PATCH] Change hover color on dashboard --- front/src/css/dashboard.css | 4 ++-- front/src/less/dashboard.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/css/dashboard.css b/front/src/css/dashboard.css index 0dd2187..4720f58 100644 --- a/front/src/css/dashboard.css +++ b/front/src/css/dashboard.css @@ -60,14 +60,14 @@ h4 { width: 100%; } .notations .criteria .table > div:hover > div { - background: #F1C40F; + background: #EBD8E2; cursor: pointer; } .notations .criteria .table > div:hover > div.info { background: #FFF; } .notations .criteria .table > div:hover > div.info .icon-question { - color: #F1C40F; + color: #EBD8E2; } .notations .criteria .grade { width: 10%; diff --git a/front/src/less/dashboard.less b/front/src/less/dashboard.less index 74d6d05..42639ca 100644 --- a/front/src/less/dashboard.less +++ b/front/src/less/dashboard.less @@ -52,12 +52,12 @@ h4 { .notations .criteria .table { width: 100%; > div:hover > div { - background: #F1C40F; + background: #EBD8E2; cursor: pointer; &.info { background: #FFF; .icon-question { - color: #F1C40F; + color: #EBD8E2; } } }