Actions
Feature #8929
openScroll bar css dark theme
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
Actions