Spaces:
Running
Running
James McCool
commited on
Commit
·
fefb3f9
1
Parent(s):
1ff5983
Refine radio button border styling: Reduce border thickness
Browse filesAdjusted the radio button CSS border from 2px to 0.5px, creating a subtler border definition while maintaining the existing styling approach.
app.py
CHANGED
@@ -59,7 +59,7 @@ st.markdown("""
|
|
59 |
gap: 1px;
|
60 |
font-weight: bold;
|
61 |
transition: all 0.3s ease;
|
62 |
-
border:
|
63 |
}
|
64 |
|
65 |
.stRadio [tabindex="0"] {
|
|
|
59 |
gap: 1px;
|
60 |
font-weight: bold;
|
61 |
transition: all 0.3s ease;
|
62 |
+
border: .5px solid black;
|
63 |
}
|
64 |
|
65 |
.stRadio [tabindex="0"] {
|