Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,10 +124,10 @@ Sarah
|
|
124 |
div.stButton > button[key="analyze"]:hover {
|
125 |
background-color: #E74C3C !important; /* Darker orange on hover */
|
126 |
}
|
127 |
-
/* Clear button (
|
128 |
div.stButton > button[key="clear"] {
|
129 |
-
background-color: #
|
130 |
-
color:
|
131 |
font-size: 18px !important;
|
132 |
padding: 12px 24px !important;
|
133 |
border: none !important;
|
@@ -139,7 +139,7 @@ Sarah
|
|
139 |
margin: 0 !important; /* Remove any default margins */
|
140 |
}
|
141 |
div.stButton > button[key="clear"]:hover {
|
142 |
-
background-color: #
|
143 |
}
|
144 |
/* Result boxes with updated colors */
|
145 |
.spam-result {
|
|
|
124 |
div.stButton > button[key="analyze"]:hover {
|
125 |
background-color: #E74C3C !important; /* Darker orange on hover */
|
126 |
}
|
127 |
+
/* Clear button (blue, aligned with Analyze) */
|
128 |
div.stButton > button[key="clear"] {
|
129 |
+
background-color: #007BFF !important; /* Force blue color */
|
130 |
+
color: white !important; /* Force white text */
|
131 |
font-size: 18px !important;
|
132 |
padding: 12px 24px !important;
|
133 |
border: none !important;
|
|
|
139 |
margin: 0 !important; /* Remove any default margins */
|
140 |
}
|
141 |
div.stButton > button[key="clear"]:hover {
|
142 |
+
background-color: #0056b3 !important; /* Darker blue on hover */
|
143 |
}
|
144 |
/* Result boxes with updated colors */
|
145 |
.spam-result {
|