diff --git a/htdocs/css/general.css b/htdocs/css/general.css index 44e6809..11d271b 100644 --- a/htdocs/css/general.css +++ b/htdocs/css/general.css @@ -100,7 +100,7 @@ h3 { } input { - font-family: 'localFixed', monospace; + font-family: monospace; border: 1px solid #3b4b3d; padding: 5px; margin: 0; @@ -121,8 +121,7 @@ select { outline: 1px; background: rgba(64, 142, 62, 0.04); color: var(--default-font-color); - padding: 5px 15px; - height: 33px; + padding: 5px; font-size: var(--default-font-size); -webkit-appearance: none; -webkit-user-select: none; @@ -185,3 +184,20 @@ textarea { .hidden-element { display: none; } + +.scrollable-content { + overflow-x: hidden; + overflow-y: scroll; +} + +.scrollable-content, ::-webkit-scrollbar { + width: 10px; +} + +.scrollable-content, ::-webkit-scrollbar * { + background: transparent; +} + +.scrollable-content, ::-webkit-scrollbar-thumb { + background: rgba(90, 90, 90, 0.4) !important; +} \ No newline at end of file diff --git a/htdocs/index.html b/htdocs/index.html index b8a8308..8d1ada7 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -148,8 +148,8 @@ -