pyret-embed 0.0.37 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1612,6 +1612,18 @@ code div {
|
|
|
1612
1612
|
#vg-tooltip-element {
|
|
1613
1613
|
z-index: 15100;
|
|
1614
1614
|
}
|
|
1615
|
+
#vg-tooltip-element.visible {
|
|
1616
|
+
font-size: inherit;
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
#vg-tooltip-element.visible table tr td.key {
|
|
1620
|
+
color: var(--repl-output);
|
|
1621
|
+
padding-top: 0.5em;
|
|
1622
|
+
padding-right: 0.5em;
|
|
1623
|
+
padding-bottom: 0.5em;
|
|
1624
|
+
/* Note: not setting background color, so that we get clearer rows */
|
|
1625
|
+
font-weight: var(--th-font-weight);
|
|
1626
|
+
}
|
|
1615
1627
|
|
|
1616
1628
|
.ui-dialog-titlebar {
|
|
1617
1629
|
background-color: var(--ui-dialog-title-bg);
|
|
Binary file
|