Include scrollbars and selection color in Help Topics

main
Isaiah Odhner 2020-03-31 21:20:02 -04:00
parent 55ba2f294e
commit 8a0f27172d
3 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/* Originally: Cascading Style Sheet for IE4.01 last updated 1-28-98 */
/* for scrollbars and selection color */
@import "../lib/os-gui/windows-98.css";
body {
background: #FFFFFF;
/* background: var(--Info); */

View File

@ -1,5 +1,8 @@
/* Originally: Cascading Style Sheet for IE4 build 1008+ */
/* for scrollbars and selection color */
@import "../lib/os-gui/windows-98.css";
body {
font-size: 70%;
font-family: Verdana, Arial, Helvetica, "MS Sans Serif";

View File

@ -69,6 +69,7 @@ html, body, .jspaint {
.window,
.window-content {
max-width: 100vw;
max-height: 100vh;
}
.component-area,
.tool-window .window-titlebar {