StarscreamDeceptions
commited on
Commit
•
8998a44
1
Parent(s):
b592523
Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -95,8 +95,11 @@ custom_css = """
|
|
95 |
border: 0
|
96 |
}
|
97 |
.gr_checkbox input[type="checkbox"]:checked {
|
98 |
-
accent-color: blue; /*
|
99 |
}
|
|
|
|
|
|
|
100 |
"""
|
101 |
|
102 |
get_window_url_params = """
|
|
|
95 |
border: 0
|
96 |
}
|
97 |
.gr_checkbox input[type="checkbox"]:checked {
|
98 |
+
accent-color: blue; /* 设置勾选框选中时的颜色为蓝色 */
|
99 |
}
|
100 |
+
|
101 |
+
.gr_checkbox label {
|
102 |
+
cursor: pointer; /* 鼠标悬停时显示手型光标 */
|
103 |
"""
|
104 |
|
105 |
get_window_url_params = """
|