Explorar o código

Bug fix: the background for the modal mysteriously disappeared.

Lee Morgan %!s(int64=5) %!d(string=hai) anos
pai
achega
c13af590e3
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      views/dashboardPage/dashboard.css

+ 4 - 1
views/dashboardPage/dashboard.css

@@ -596,7 +596,10 @@ Modal
             align-items: center;
             justify-content: space-between;
             margin-top: 0;
-            padding: 25px;
+            padding: 25px 100px;
+            background: rgb(240, 252, 255);
+            border: 2px solid black;
+            border-radius: 10px;
         }
 
             .modalSpreadsheetUpload > *{