Răsfoiți Sursa

Update background color.
Update menu colors.

Lee Morgan 5 ani în urmă
părinte
comite
a10719a17a

+ 2 - 3
views/dashboardPage/dashboard.css

@@ -20,6 +20,7 @@ body{
     box-sizing: border-box;
     position: relative;
     padding-bottom: 25px;
+    background: rgb(201, 201, 201);
 }
 
 .mobileMenuSelector{
@@ -194,11 +195,9 @@ Home Strand
 
     .card{
         margin: 0 15px;
-        border: 1px solid rgba(183, 183, 183, 0.9);
-        border-radius: 7px;
-        box-shadow: 1px 2px gray;
         flex-grow: 1;
         height: 100%;
+        background: white;
     }
 
     .card > *{

+ 6 - 5
views/dashboardPage/sidebars.css

@@ -89,7 +89,7 @@
         }  
 
         .menuButton:hover{
-            background: rgb(201, 201, 201);
+            background: rgb(179, 191, 209);
             color: black;
             fill: black;
         }
@@ -103,17 +103,18 @@
     }
 
     .menu > .active{
-        background: rgb(179, 191, 209);
+        background: rgb(240, 252, 255);
+        color: black;
         cursor: default;
     }
 
     .menu > .active:hover{
-        background: rgb(179, 191, 209);
-        color: white;
+        background: rgb(240, 252, 255);
+        color: black;
     }
 
     .menu > .active:hover svg{
-        stroke: white;
+        stroke: black;
     }
 
 /* Minimized menu */

+ 4 - 14
views/shared/shared.css

@@ -195,23 +195,13 @@ button::-moz-focus-inner{
     min-width: 100px;
     margin: 5px;
     max-height: 52px;
-} 
+}
 
-    .buttonWithBorder {
-        background: white;
-        border: rgb(255, 99, 107) solid 2px;
-        color: rgb(255, 99, 107);
-        margin: 0;
-        margin-bottom: 12px;
-        padding-top: 14px;
-        padding-bottom: 14px;
+    .button:hover{
+        background: rgb(243, 77, 86);
+        color: white;
     }
 
-.button:hover{
-    background: rgb(243, 77, 86);
-    color: white;
-}
-
 .button-small{
     background: rgb(255, 99, 107);
     border: none;