From 6c2fa566605d802e36897326f99af2920c9cfd23 Mon Sep 17 00:00:00 2001 From: marjohn56 Date: Fri, 19 Jan 2018 07:38:48 +0000 Subject: [PATCH] Helper text colour change and revision bump As it says --- misc/theme-rebellion/Makefile | 2 +- .../src/opnsense/www/themes/rebellion/build/css/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/theme-rebellion/Makefile b/misc/theme-rebellion/Makefile index 04c371aba..2012b1b0a 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-rebellion -PLUGIN_VERSION= 0.1 +PLUGIN_VERSION= 0.2 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= team-rebellion@queens-park.com PLUGIN_DEVEL= yes diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css index 98237447b..f9c7ae871 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css @@ -2259,7 +2259,7 @@ output { padding-top: 7px; font-size: 14px; line-height: 1.428571429; - color: #565656; } + color: #c5c4c3; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {