From 0e2d84d663c04013c064758814562e24a5f3c69b Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 22 Jul 2014 14:49:39 -0400 Subject: [PATCH] changed breadcrumbs to be white with grey background --- awx/ui/static/less/breadcrumbs.less | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/awx/ui/static/less/breadcrumbs.less b/awx/ui/static/less/breadcrumbs.less index 5c5f19997a..2cce7d0bea 100644 --- a/awx/ui/static/less/breadcrumbs.less +++ b/awx/ui/static/less/breadcrumbs.less @@ -5,10 +5,7 @@ * * custom breadcrumbs * - * JT-- 7/21/14 -- I've changed the breadcrumbs to a grey scheme. - * I used the grey defined in ansible-ui.less and used a lighter shade - * of the grey for the active breadcrumbs and an even lighter shade - * for the other breadcrumbs. Active= #C3C3C3; Other B.C's = #EEEEEE; + * JT-- 7/22/14 -- changed the breadcrumbs to be all white with grey outline * */ @@ -29,21 +26,19 @@ font-weight: normal; text-decoration: none; padding: 3px 8px 3px 20px; - background: #EEEEEE; /* fallback color */ + background: @white; /* fallback color */ position: relative; left: 0; top: 0; display: block; - /* border-style: solid; border-color: @grey; border-width: thin; - */ float: left; } .ansible-breadcrumb li.active a { - background: #C3C3C3; + background: @white; color: @black; font-weight: normal; } @@ -54,7 +49,7 @@ height: 0; border-top: 13px dashed transparent; /* Go big on the size, and let overflow hide */ border-bottom: 13px dashed transparent; - border-left: 10px solid #EEEEEE; + border-left: 10px solid @white; position: absolute; top: 50%; margin-top: -13px; @@ -62,7 +57,7 @@ z-index: 2; } .ansible-breadcrumb li.active a:after { - border-left: 13px solid #C3C3C3 + border-left: 10px solid @white } .ansible-breadcrumb li a:before { content: " "; @@ -71,7 +66,7 @@ height: 0; border-top: 13px dashed transparent; border-bottom: 13px dashed transparent; - border-left: 11px solid @white; + border-left: 11px solid @grey; position: absolute; top: 50%; margin-top: -13px;