From 8ee28bbe761e14f8e16e81feaafd1b9fed608e20 Mon Sep 17 00:00:00 2001 From: Martin Wasley Date: Sat, 8 Sep 2018 08:44:12 +0100 Subject: [PATCH] Fix Rebellion tokenize2 (#822) (cherry picked from commit 818da34c75bbdd329e3ac3ea350f5070dadb9a70) --- misc/theme-rebellion/Makefile | 2 +- .../www/themes/rebellion/assets/stylesheets/tokenize2.scss | 2 ++ .../src/opnsense/www/themes/rebellion/build/css/tokenize2.css | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/theme-rebellion/Makefile b/misc/theme-rebellion/Makefile index 852884793..9b1e38e6b 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-rebellion -PLUGIN_VERSION= 1.4 +PLUGIN_VERSION= 1.5 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= team-rebellion@queens-park.com diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/tokenize2.scss b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/tokenize2.scss index a6f8f1284..0831701cb 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/tokenize2.scss +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/assets/stylesheets/tokenize2.scss @@ -6,6 +6,7 @@ height: auto; min-height: 34px; cursor: text; + color: #111; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; @@ -32,6 +33,7 @@ > { .token { padding: 0 1.2em 0 5px; + color: #ccc; background-color: #111111; -webkit-border-radius: 2px; -moz-border-radius: 2px; diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css index 28d017cbe..ea74a0db5 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/tokenize2.css @@ -6,6 +6,7 @@ height: auto; min-height: 34px; cursor: text; + color: #111; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; @@ -30,6 +31,7 @@ } .tokenize > .tokens-container > .token { padding: 0 1.2em 0 5px; + color: #ccc; background-color: #111111; -webkit-border-radius: 2px; -moz-border-radius: 2px;