Git Product home page Git Product logo

pfsense-palenight's Introduction

pfsense-palenight's People

Contributors

callmekass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

schmidjulian

pfsense-palenight's Issues

Navigation Tabs Border Color

Not sure if this is a 'bug' or 'working as intended', but the border-bottom attribute of inactive navigation tabs might need to be changed from --foreground to --contrast at line 251.

In the official themes, inactive tabs don't have a visible bottom border, which improves contrast when determining which tab is 'active' at a glance. With the current settings, it feels like there may not be enough contrast here:

Screenshot 2023-04-07-151334

OpenVPN Dashboard Panel Colors

The OpenVPN dashboard sub-headers appear to be unchanged from the base pfSense theme and don't really blend well with the Palenight color scheme:

Screenshot 2023-04-06-104006

If we change this directive at line 601:

.widget .panel-heading {
  background-color: #757575;
}

to something like:

.widget .panel-heading {
  background-color: var(--active);
}

it ends up looking much nicer:
Screenshot 2023-04-06-104751

Simplified Installation

Here's an alternate command to drop into the Diagnostics > Command Prompt page that bypasses the install.php process entirely:

curl -O --output-dir /usr/local/www/css https://raw.githubusercontent.com/callmekass/pfSense-palenight/main/callmekass-palenight.css

BandwidthD looks terrible when in use with this theme

I was unsure if I should say anything or not since this could lead to a rabbit hole as BandwidthD is an optional installable package. But i installed it and it looks terrible (most likely since the css doesn't cover it, I'm sure).

Anyway, pointing it out just in case! :)

pfSense+ Logo Display Errors

Looks like the CSS theme file in pfSense+ 23.01 is ever so slightly different than the one in CE. There are a couple directives to fix the logo colors and positioning in the header.

Currently, this is how the header appears on pfSense+:
Screenshot 2023-04-06-112500

Lines 226-241:

.logo-st0 {
  fill: var(--foreground);
}

.logo-st1 {
  fill: var(--foreground);
}

.logo-st2 {
  fill: var(--foreground);
}

.navbar-brand {
  padding: 5px 10px 0 10px;
  line-height: 0.3em;
}

Can be replaced with:

.logo-st0, .logo-st1, .logo-st2, .logo-st3, .logo-st4, .logo-st5 {
    fill: var(--foreground);
}

.navbar-brand {
    padding: 5px 10px 0 10px;
    line-height: .3em;
}

.factory.navbar-brand {
    padding-top: 10px;
}

This fixes the display problems:
Screenshot 2023-04-06-112657

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.