Commit ·
4dbd601
1
Parent(s): dddf9e2
fixed styling on prompt tooltips
Browse files- gradio_server.py +4 -1
gradio_server.py
CHANGED
|
@@ -2706,10 +2706,13 @@ def create_demo():
|
|
| 2706 |
overflow: hidden;
|
| 2707 |
text-overflow: ellipsis;
|
| 2708 |
}
|
| 2709 |
-
#queue_df td:nth-child(-n+
|
| 2710 |
cursor: default !important;
|
| 2711 |
pointer-events: none;
|
| 2712 |
}
|
|
|
|
|
|
|
|
|
|
| 2713 |
#queue_df th {
|
| 2714 |
pointer-events: none;
|
| 2715 |
}
|
|
|
|
| 2706 |
overflow: hidden;
|
| 2707 |
text-overflow: ellipsis;
|
| 2708 |
}
|
| 2709 |
+
#queue_df td:nth-child(-n+5) {
|
| 2710 |
cursor: default !important;
|
| 2711 |
pointer-events: none;
|
| 2712 |
}
|
| 2713 |
+
#queue_df td:nth-child(6) {
|
| 2714 |
+
cursor: default !important;
|
| 2715 |
+
}
|
| 2716 |
#queue_df th {
|
| 2717 |
pointer-events: none;
|
| 2718 |
}
|