Project

General

Profile

Actions

Feature #8929

open

Scroll bar css dark theme

Added by Logan Gilmore over 5 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
09/21/2018
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

In my opinion the dark themes would be better if the white scroll bar would be changed to keep with the theme.
Adding these 11 lines to src/usr/local/www/css/pfSense-dark-BETA.css or pfSense-dark.css should work on chrome, firefox, and edge.

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-track {
    background: #000000;
}

also sorry if I'm not posting this correctly, first time. Message me and I'll correct what I'm able to.


Files

Temp-pfsense-Css.PNG (125 KB) Temp-pfsense-Css.PNG Logan Gilmore, 09/21/2018 08:28 PM
Temp-pfsense-Wo-Css.PNG (125 KB) Temp-pfsense-Wo-Css.PNG Logan Gilmore, 09/21/2018 08:29 PM
Actions #1

Updated by Jim Pingle over 4 years ago

  • Category set to Web Interface
Actions

Also available in: Atom PDF