mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
small change to breadcrumb border
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 3px 8px 3px 20px;
|
padding: 3px 8px 3px 20px;
|
||||||
background: @white; /* fallback color */
|
background: @white; /* fallback color */
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -37,6 +36,11 @@
|
|||||||
border-width: thin;
|
border-width: thin;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
.ansible-breadcrumb li:first-child a{
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.ansible-breadcrumb li.active a {
|
.ansible-breadcrumb li.active a {
|
||||||
background: @white;
|
background: @white;
|
||||||
color: @black;
|
color: @black;
|
||||||
|
|||||||
Reference in New Issue
Block a user