Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,14 +105,13 @@ st.markdown("""
|
|
105 |
background-color: #d3f9d8; /* สีเขียวอ่อน */
|
106 |
color: black; /* สีข้อความเป็นสีดำ */
|
107 |
cursor: text; /* เคอร์เซอร์เป็นรูปเส้น */
|
|
|
108 |
}
|
109 |
|
110 |
/* ปรับสีเคอร์เซอร์ให้เป็นสีดำเมื่อมีการคลิก (focus) */
|
111 |
.stTextInput>div>div>input:focus {
|
112 |
-
color: black; /*
|
113 |
-
|
114 |
-
border: 2px solid black; /* ขอบสีดำ */
|
115 |
-
box-shadow: 0 0 5px black; /* เงาขอบสีดำ */
|
116 |
}
|
117 |
</style>
|
118 |
""", unsafe_allow_html=True)
|
|
|
105 |
background-color: #d3f9d8; /* สีเขียวอ่อน */
|
106 |
color: black; /* สีข้อความเป็นสีดำ */
|
107 |
cursor: text; /* เคอร์เซอร์เป็นรูปเส้น */
|
108 |
+
caret-color: black; /* เปลี่ยนสีเคอร์เซอร์ให้เป็นสีดำ */
|
109 |
}
|
110 |
|
111 |
/* ปรับสีเคอร์เซอร์ให้เป็นสีดำเมื่อมีการคลิก (focus) */
|
112 |
.stTextInput>div>div>input:focus {
|
113 |
+
border-color: black; /* ขอบสีดำ */
|
114 |
+
outline-color: black; /* เส้นขอบสีดำ */
|
|
|
|
|
115 |
}
|
116 |
</style>
|
117 |
""", unsafe_allow_html=True)
|