Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -481,7 +481,7 @@ css_adds = "#group_row {background: white; border-color: white;} \
|
|
| 481 |
#accordion {border-color: #E5E7EB} \
|
| 482 |
#err_msg_elem p {color: #FF0000; cursor: pointer} \
|
| 483 |
.tooltiptext_left {visibility: hidden;width:50ch;top: 100%;left: 105%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
|
| 484 |
-
.tooltiptext_right {visibility: hidden;width:50ch;top: 100%;
|
| 485 |
#filled:hover .tooltiptext {visibility: visible;} \
|
| 486 |
#empty:hover .tooltiptext {visibility: visible;}"
|
| 487 |
|
|
|
|
| 481 |
#accordion {border-color: #E5E7EB} \
|
| 482 |
#err_msg_elem p {color: #FF0000; cursor: pointer} \
|
| 483 |
.tooltiptext_left {visibility: hidden;width:50ch;top: 100%;left: 105%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
|
| 484 |
+
.tooltiptext_right {visibility: hidden;width:50ch;top: 100%;right: 105%;background-color: #222;text-align: center;border-radius: 6px;padding: 5px 0;position: absolute;z-index: 1;} \
|
| 485 |
#filled:hover .tooltiptext {visibility: visible;} \
|
| 486 |
#empty:hover .tooltiptext {visibility: visible;}"
|
| 487 |
|