woletee
commited on
Commit
·
1f09a89
1
Parent(s):
78e6b31
this is after changing the choose task button
Browse files- static/styles.css +9 -0
static/styles.css
CHANGED
@@ -43,6 +43,15 @@ form {
|
|
43 |
box-shadow: 0 0 15px #00000066;
|
44 |
width: fit-content;
|
45 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
/* ARC Color Mapping: You can customize these */
|
|
|
43 |
box-shadow: 0 0 15px #00000066;
|
44 |
width: fit-content;
|
45 |
}
|
46 |
+
select {
|
47 |
+
font-size: 1.1em;
|
48 |
+
padding: 10px 15px;
|
49 |
+
border-radius: 8px;
|
50 |
+
border: 1px solid #555;
|
51 |
+
background-color: #fff; /* White background */
|
52 |
+
color: #000; /* Black text */
|
53 |
+
min-width: 300px; /* Wider dropdown */
|
54 |
+
}
|
55 |
|
56 |
|
57 |
/* ARC Color Mapping: You can customize these */
|