Change hover color on dashboard

This commit is contained in:
Gaël Métais
2014-12-22 22:16:04 +01:00
parent 983671f5c3
commit 1c0936d4c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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%;
+2 -2
View File
@@ -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;
}
}
}