Adieee5 commited on
Commit
f9c2d3f
·
verified ·
1 Parent(s): 63411ae
Files changed (1) hide show
  1. static/style.css +19 -9
static/style.css CHANGED
@@ -145,6 +145,7 @@ body, html {
145
  position: relative;
146
  background-color: var(--card-bg) !important;
147
  border-radius: 15px !important;
 
148
  }
149
 
150
  /* Message Box */
@@ -240,10 +241,6 @@ input[type="text"] {
240
  margin-top: auto;
241
  margin-bottom: auto;
242
  }
243
- .card{
244
- min-height: 100%;
245
- max-height: 90vh;
246
- }
247
  .contacts_body{
248
  padding: 0.75rem 0 !important;
249
  overflow-y: auto;
@@ -378,13 +375,28 @@ border-radius: 0 0 15px 15px !important;
378
  font-size: 20px;
379
  cursor: pointer;
380
  margin-right: 20px;
381
- }.msg_cotainer {
382
  background-color: var(--msg-bg);
383
  padding: 10px;
384
  border-radius: 25px;
385
  }
386
 
387
- .msg_cotainer_send {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  background-color: var(--msg-send-bg);
389
  padding: 10px;
390
  border-radius: 25px;
@@ -443,7 +455,6 @@ border-radius: 0 0 15px 15px !important;
443
  max-height: 60vh;
444
  }
445
  }
446
-
447
 
448
  .predefined-text a {
449
  color: #0a66c2; /* LinkedIn blue */
@@ -459,5 +470,4 @@ border-radius: 0 0 15px 15px !important;
459
  .predefined-text a:hover {
460
  text-decoration: underline;
461
  }
462
-
463
- }
 
145
  position: relative;
146
  background-color: var(--card-bg) !important;
147
  border-radius: 15px !important;
148
+
149
  }
150
 
151
  /* Message Box */
 
241
  margin-top: auto;
242
  margin-bottom: auto;
243
  }
 
 
 
 
244
  .contacts_body{
245
  padding: 0.75rem 0 !important;
246
  overflow-y: auto;
 
375
  font-size: 20px;
376
  cursor: pointer;
377
  margin-right: 20px;
378
+ }.msg_container {
379
  background-color: var(--msg-bg);
380
  padding: 10px;
381
  border-radius: 25px;
382
  }
383
 
384
+
385
+ .dark-mode .predictive-text {
386
+ background-color: rgba(0, 0, 0, 0.8) !important; /* Ensure dark background */
387
+ color: white !important;
388
+ border: 1px solid var(--border-color) !important;
389
+ }
390
+
391
+ .dark-mode .predictive-text p {
392
+ background-color: transparent !important;
393
+ color: white !important;
394
+ }
395
+
396
+ .dark-mode .predictive-text p:hover {
397
+ background-color: rgba(255, 255, 255, 0.2) !important;
398
+ }
399
+ .msg_container_send {
400
  background-color: var(--msg-send-bg);
401
  padding: 10px;
402
  border-radius: 25px;
 
455
  max-height: 60vh;
456
  }
457
  }
 
458
 
459
  .predefined-text a {
460
  color: #0a66c2; /* LinkedIn blue */
 
470
  .predefined-text a:hover {
471
  text-decoration: underline;
472
  }
473
+