From 8a0f27172d29802fb97fd9e031c872166d8a89cc Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Tue, 31 Mar 2020 21:20:02 -0400 Subject: [PATCH] Include scrollbars and selection color in Help Topics --- help/coUA.css | 3 +++ help/nobgcolor.css | 3 +++ styles/layout.css | 1 + 3 files changed, 7 insertions(+) diff --git a/help/coUA.css b/help/coUA.css index c1f3360..9887f90 100644 --- a/help/coUA.css +++ b/help/coUA.css @@ -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); */ diff --git a/help/nobgcolor.css b/help/nobgcolor.css index 0ddc950..1a95bb3 100644 --- a/help/nobgcolor.css +++ b/help/nobgcolor.css @@ -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"; diff --git a/styles/layout.css b/styles/layout.css index 0d1ab6c..f132bc2 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -69,6 +69,7 @@ html, body, .jspaint { .window, .window-content { max-width: 100vw; + max-height: 100vh; } .component-area, .tool-window .window-titlebar {