1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

small change to breadcrumb border

This commit is contained in:
Jared Tabor 2014-07-23 12:14:59 -04:00
parent d6bfdc8560
commit 95b99bbc89

View File

@ -27,7 +27,6 @@
text-decoration: none;
padding: 3px 8px 3px 20px;
background: @white; /* fallback color */
position: relative;
left: 0;
top: 0;
@ -37,6 +36,11 @@
border-width: thin;
float: left;
}
.ansible-breadcrumb li:first-child a{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ansible-breadcrumb li.active a {
background: @white;
color: @black;