Spaces:
Sleeping
Sleeping
Update static/styles.css
Browse files- static/styles.css +4 -0
static/styles.css
CHANGED
@@ -120,6 +120,10 @@ body {
|
|
120 |
background-color: #f44336;
|
121 |
}
|
122 |
|
|
|
|
|
|
|
|
|
123 |
.option-button:hover {
|
124 |
opacity: 0.9;
|
125 |
}
|
|
|
120 |
background-color: #f44336;
|
121 |
}
|
122 |
|
123 |
+
.option-button.gray { /* Added style for "Both" button */
|
124 |
+
background-color: #9e9e9e;
|
125 |
+
}
|
126 |
+
|
127 |
.option-button:hover {
|
128 |
opacity: 0.9;
|
129 |
}
|