浏览代码

Change hover color on dashboard

Gaël Métais 10 年之前
父节点
当前提交
1c0936d4c1
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      front/src/css/dashboard.css
  2. 2 2
      front/src/less/dashboard.less

+ 2 - 2
front/src/css/dashboard.css

@@ -60,14 +60,14 @@ h4 {
   width: 100%;
   width: 100%;
 }
 }
 .notations .criteria .table > div:hover > div {
 .notations .criteria .table > div:hover > div {
-  background: #F1C40F;
+  background: #EBD8E2;
   cursor: pointer;
   cursor: pointer;
 }
 }
 .notations .criteria .table > div:hover > div.info {
 .notations .criteria .table > div:hover > div.info {
   background: #FFF;
   background: #FFF;
 }
 }
 .notations .criteria .table > div:hover > div.info .icon-question {
 .notations .criteria .table > div:hover > div.info .icon-question {
-  color: #F1C40F;
+  color: #EBD8E2;
 }
 }
 .notations .criteria .grade {
 .notations .criteria .grade {
   width: 10%;
   width: 10%;

+ 2 - 2
front/src/less/dashboard.less

@@ -52,12 +52,12 @@ h4 {
 .notations .criteria .table {
 .notations .criteria .table {
     width: 100%;
     width: 100%;
     > div:hover > div {
     > div:hover > div {
-        background: #F1C40F;
+        background: #EBD8E2;
         cursor: pointer;
         cursor: pointer;
         &.info {
         &.info {
             background: #FFF;
             background: #FFF;
             .icon-question {
             .icon-question {
-                color: #F1C40F;
+                color: #EBD8E2;
             }
             }
         }
         }
     }
     }