Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/js9/js9support.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
src: url("font/context-menu-icons.eot?2lkho#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2lkho") format("woff2"), url("font/context-menu-icons.woff?2lkho") format("woff"), url("font/context-menu-icons.ttf?2lkho") format("truetype");
}

/* 3dPlot tooltip z-index fix */
/* Only targets the tooltip if it is a direct child of body, is 200px wide, and white
(there was no class for the element) */
body > div[style*="position: absolute"][style*="width: 200px"][style*="color: rgb(255, 255, 255)"] {
z-index: 1000 !important;
}

.context-menu-icon-add:before {
content: "\EA01";
}
Expand Down
1 change: 0 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ fieldset {
.tempCelsiusIcon::before {
font-size: 14px;
font-weight: bold;
z-index: 999;
position: absolute;
top: 2px;
left: 46px;
Expand Down