Merge pull request #3336 from hendrixet/color_contrast

fixed color contrast issue in tree.less
This commit is contained in:
Thomas Kluyver 2018-02-14 11:24:26 +00:00 committed by GitHub
commit 25c628c1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}