Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -108,6 +108,19 @@ button.gr-button.card {
|
|
| 108 |
color: #000000;
|
| 109 |
}
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
/* =====================================================
|
| 112 |
UNDERFRÅGOR (Dataframe / ag-grid)
|
| 113 |
===================================================== */
|
|
|
|
| 108 |
color: #000000;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
.card {
|
| 112 |
+
position: relative;
|
| 113 |
+
padding: 12px;
|
| 114 |
+
}
|
| 115 |
+
|
| 116 |
+
/* Osynlig klick-yta */
|
| 117 |
+
.card-overlay {
|
| 118 |
+
position: absolute !important;
|
| 119 |
+
inset: 0;
|
| 120 |
+
opacity: 0;
|
| 121 |
+
cursor: pointer;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
/* =====================================================
|
| 125 |
UNDERFRÅGOR (Dataframe / ag-grid)
|
| 126 |
===================================================== */
|