1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 16:32:56 +01:00
Sonarr/UI/Content/Bootstrap/breadcrumbs.less

25 lines
431 B
Plaintext
Raw Normal View History

2013-01-17 01:39:42 +01:00
//
// Breadcrumbs
// --------------------------------------------------
.breadcrumb {
padding: 8px 15px;
margin: 0 0 @baseLineHeight;
list-style: none;
background-color: #f5f5f5;
.border-radius(@baseBorderRadius);
> li {
2013-01-17 01:39:42 +01:00
display: inline-block;
.ie7-inline-block();
text-shadow: 0 1px 0 @white;
> .divider {
padding: 0 5px;
color: #ccc;
}
2013-01-17 01:39:42 +01:00
}
> .active {
2013-01-17 01:39:42 +01:00
color: @grayLight;
}
}