helmfridsson commited on
Commit
b31953b
·
verified ·
1 Parent(s): c07a707

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -0
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
  ===================================================== */