helmfridsson commited on
Commit
d2ebbfb
·
verified ·
1 Parent(s): 73bc09c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -17
style.css CHANGED
@@ -194,22 +194,10 @@ button.gr-button.card {
194
  border-radius: 10px !important;*/
195
  }
196
 
197
- /* =====================================================
198
- KNAPPAR (Skicka / Rensa)
199
- ===================================================== */
200
-
201
- /*.send-btn,*/
202
- .send-btn .wrap,
203
- .send-btn.gr-button {
204
- width: 120px;
205
- background: #ffffff !important;
206
- color: #000000 !important;
207
- border: 2px solid #000000 !important;
208
- border-radius: 10px !important;
209
- font-weight: 600;
210
- }
211
 
212
-
213
  button.gr-button.send-btn {
214
  /* LÅS STORLEK */
215
  width: 120px !important;
@@ -230,6 +218,8 @@ button.gr-button.send-btn {
230
  padding: 6px 12px !important;
231
  }
232
 
233
- .send-btn.gr-button:hover {
234
- background: #f2f2f2 !important;
 
235
  }
 
 
194
  border-radius: 10px !important;*/
195
  }
196
 
197
+ /* ===============================
198
+ SKICKA / RENSA – SLUTGILTIG STIL
199
+ =============================== */
 
 
 
 
 
 
 
 
 
 
 
200
 
 
201
  button.gr-button.send-btn {
202
  /* LÅS STORLEK */
203
  width: 120px !important;
 
218
  padding: 6px 12px !important;
219
  }
220
 
221
+ /* Hover */
222
+ button.gr-button.send-btn:hover {
223
+ background-color: #f2f2f2 !important;
224
  }
225
+