helmfridsson commited on
Commit
7448f87
·
verified ·
1 Parent(s): 92ae711

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -6
style.css CHANGED
@@ -145,21 +145,22 @@ button.gr-button.card {
145
  .answer-box * {
146
  color: #000000 !important;
147
  background: #ffffff !important;
148
- border: 2px solid #c62828 !important;
149
- border-radius: 16px !important;
150
- }
151
 
152
  /* =====================================================
153
  KNAPPAR (Skicka / Rensa)
154
  ===================================================== */
155
 
 
 
156
  .send-btn.gr-button {
157
  width: 120px;
158
  background: #ffffff !important;
159
  color: #000000 !important;
160
- border: none !important;
161
- /*border: 2px solid #000000 !important;
162
- border-radius: 10px !important;*/
163
  font-weight: 600;
164
  }
165
 
 
145
  .answer-box * {
146
  color: #000000 !important;
147
  background: #ffffff !important;
148
+ border: none !important;
149
+ /*border: 2px solid #000000 !important;
150
+ border-radius: 10px !important;*/
151
 
152
  /* =====================================================
153
  KNAPPAR (Skicka / Rensa)
154
  ===================================================== */
155
 
156
+ .send-btn,
157
+ .send-btn wrap,
158
  .send-btn.gr-button {
159
  width: 120px;
160
  background: #ffffff !important;
161
  color: #000000 !important;
162
+ border: 2px solid #000000 !important;
163
+ border-radius: 10px !important;
 
164
  font-weight: 600;
165
  }
166