Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -71,27 +71,27 @@ button.gr-button.card {
|
|
| 71 |
|
| 72 |
/* Ytterram */
|
| 73 |
.question-list,
|
| 74 |
-
.question-list wrap,
|
| 75 |
-
.question-list table,
|
| 76 |
-
.question-list cell-menu-button,
|
| 77 |
-
.question-list thead,
|
| 78 |
-
.question-list header-button,
|
| 79 |
-
.question-list text,
|
| 80 |
-
.question-list cell-wrap,
|
| 81 |
-
.question-list header-content,
|
| 82 |
.question-list.gr-box {
|
| 83 |
background: #ffffff !important;
|
| 84 |
/*
|
| 85 |
border: 2px solid #1e5bd7 !important;
|
| 86 |
border-radius: 16px !important;
|
|
|
|
| 87 |
*/
|
| 88 |
border: none !important;
|
| 89 |
-
padding: 10px;
|
| 90 |
}
|
| 91 |
-
|
| 92 |
.question-list cell-wrap{
|
| 93 |
background: #ffffff !important;
|
| 94 |
-
}
|
| 95 |
|
| 96 |
/* Ta bort ALL ag-grid mörker */
|
| 97 |
.question-list .ag-root,
|
|
|
|
| 71 |
|
| 72 |
/* Ytterram */
|
| 73 |
.question-list,
|
| 74 |
+
.question-list .wrap,
|
| 75 |
+
.question-list .table,
|
| 76 |
+
.question-list .cell-menu-button,
|
| 77 |
+
.question-list .thead,
|
| 78 |
+
.question-list .header-button,
|
| 79 |
+
.question-list .text,
|
| 80 |
+
.question-list .cell-wrap,
|
| 81 |
+
.question-list .header-content,
|
| 82 |
.question-list.gr-box {
|
| 83 |
background: #ffffff !important;
|
| 84 |
/*
|
| 85 |
border: 2px solid #1e5bd7 !important;
|
| 86 |
border-radius: 16px !important;
|
| 87 |
+
padding: 10px;
|
| 88 |
*/
|
| 89 |
border: none !important;
|
|
|
|
| 90 |
}
|
| 91 |
+
/*
|
| 92 |
.question-list cell-wrap{
|
| 93 |
background: #ffffff !important;
|
| 94 |
+
}*/
|
| 95 |
|
| 96 |
/* Ta bort ALL ag-grid mörker */
|
| 97 |
.question-list .ag-root,
|