Keiraj commited on
Commit
55316fd
·
verified ·
1 Parent(s): b921ddf

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -11
style.css CHANGED
@@ -36,20 +36,16 @@ input[type="text"], textarea, .gradio-input, .stTextInput > div {
36
  width: 100% !important;
37
  max-width: 300px;
38
  margin: 0 auto; /* Center it */
 
39
  }
40
-
41
- /* Cute Input Box */
42
- .stTextInput > div {
43
- border-radius: 20px;
44
- border: 2px solid #fafcff !important; /* Barbie pink border */
45
- background-color: white !important;
46
- padding: 8px;
47
- color: #8f6c91 !important;
48
- text-align: center; /* Center text inside input */
49
- margin: 0 auto; /* Center the input box */
50
- max-width: 300px; /* Prevent it from being too wide */
51
  }
52
 
 
 
 
53
  /* Cute Buttons
54
  button {
55
  border-radius: 20px !important;
 
36
  width: 100% !important;
37
  max-width: 300px;
38
  margin: 0 auto; /* Center it */
39
+ max-width: 300px;
40
  }
41
+ /* Remove Gradio's Background Inside Input */
42
+ .gradio-container input {
43
+ background-color: white !important; /* Make sure it's white */
 
 
 
 
 
 
 
 
44
  }
45
 
46
+
47
+
48
+
49
  /* Cute Buttons
50
  button {
51
  border-radius: 20px !important;