From 0466b32bb43c0b25acc31f081af9a2c735537bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Sun, 7 Oct 2018 20:03:35 +0200 Subject: [PATCH] .nav > li.disabled color fix for tukan (#896) --- .../www/themes/tukan/assets/stylesheets/main.scss | 15 ++++++++------- .../opnsense/www/themes/tukan/build/css/main.css | 13 +++++++------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index 63ad95a4a..4e39b5dd9 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -5202,7 +5202,7 @@ tbody.collapse.in { padding: 3px 20px; font-size: 12px; line-height: 1.428571429; - color: #777777; + color: #b0b0b0; white-space: nowrap; } @@ -5743,13 +5743,14 @@ a:focus { .nav { > li.disabled > a { - color: #777777; + color: #fff; &:hover, &:focus { - color: #777777; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; - } + color: #fff; + text-decoration: none; + background-color: #839caa; + opacity:0.9; + cursor: not-allowed; + } } .open > a { background-color: #336480; diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index 8b9dbf184..04540ed3c 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -3229,7 +3229,7 @@ tbody.collapse.in { padding: 3px 20px; font-size: 12px; line-height: 1.428571429; - color: #777777; + color: #b0b0b0; white-space: nowrap; } .dropdown-backdrop { @@ -3569,12 +3569,13 @@ tbody.collapse.in { text-decoration: underline; } .nav > li.disabled > a { - color: #777777; } + color: #fff; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { - color: #777777; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; } + color: #fff; + text-decoration: none; + background-color: #839caa; + opacity:0.9; + cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #336480;