Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -472,7 +472,8 @@ css_adds = "#group_row {background: white; border-color: white;} \
|
|
472 |
#per_attrib_label_elem {background-color: #F8FAFC;} \
|
473 |
#accordion {border-color: #E5E7EB} \
|
474 |
#err_msg_elem p {color: #FF0000; cursor: pointer} \
|
475 |
-
.tooltiptext {visibility: hidden;width:
|
|
|
476 |
#filled:hover .tooltiptext {visibility: visible;} \
|
477 |
#empty:hover .tooltiptext {visibility: visible;}"
|
478 |
|
|
|
472 |
#per_attrib_label_elem {background-color: #F8FAFC;} \
|
473 |
#accordion {border-color: #E5E7EB} \
|
474 |
#err_msg_elem p {color: #FF0000; cursor: pointer} \
|
475 |
+
#filled .tooltiptext {visibility: hidden;width:50ch;margin-left:-25ch;top: 100%;left: 50%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
|
476 |
+
#empty .tooltiptext {visibility: hidden;width:50ch;margin-left:-25ch;top: 100%;left: 50%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
|
477 |
#filled:hover .tooltiptext {visibility: visible;} \
|
478 |
#empty:hover .tooltiptext {visibility: visible;}"
|
479 |
|