From 23aa0d807692e3a8af1305aba4d1210df2a8bfc5 Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 13 Feb 2018 14:52:10 -0500 Subject: [PATCH] fixed color contrast issue in tree.less --- notebook/static/tree/less/tree.less | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/notebook/static/tree/less/tree.less b/notebook/static/tree/less/tree.less index 38fc1a954d..4e24193db2 100644 --- a/notebook/static/tree/less/tree.less +++ b/notebook/static/tree/less/tree.less @@ -1,4 +1,3 @@ - /** * Primary styles * @@ -41,7 +40,7 @@ ul.breadcrumb { font-size: 16px; margin-right: 4px; } - + span { color: @dark_dashboard_color; } @@ -155,7 +154,7 @@ ul.breadcrumb { } .item_icon { - font-size: 14px; + font-size: 14px; color: @dark_dashboard_color; margin-right: @dashboard_lr_pad; margin-left: @dashboard_lr_pad; @@ -180,7 +179,7 @@ ul.breadcrumb { } .running-indicator { padding-top: @dashboard_tb_pad; - color: @brand-success; + color: darken(@brand-success,20%); } .kernel-name { padding-top: @dashboard_tb_pad; @@ -224,11 +223,13 @@ ul.breadcrumb { padding-left: @dashboard_lr_pad; margin-left: -2px; + > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; + } } @@ -249,7 +250,7 @@ ul.breadcrumb { min-width: 50px; } -[dir="rtl"] #button-select-all.btn { +[dir="rtl"] #button-select-all.btn { float : right ; } @@ -348,7 +349,7 @@ ul#new-menu { padding-left: @dashboard_lr_pad; padding-right: @dashboard_lr_pad; line-height: @btn_mini_height; - + a:focus, a:hover { text-decoration: none; }