Skip to content

Commit c618892

Browse files
pedroresendeBertrand Dunogier
authored andcommitted
EZP-23612: changed breadcrumb separator
(cherry picked from commit 84a9fb1)
1 parent f22e19b commit c618892

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Resources/public/css/bootstrap.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4282,6 +4282,10 @@ input[type="submit"].btn.small {
42824282
.breadcrumb li afocus {
42834283
color: #006a8d;
42844284
}
4285+
.breadcrumb li .separator {
4286+
display: inline-block;
4287+
padding: 0px 3px;
4288+
}
42854289
.breadcrumb .divider {
42864290
padding: 0 5px;
42874291
color: #dbdbdc;

Resources/public/less/breadcrumbs.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
color: @blueDark;
1616
}
1717
}
18+
.separator {
19+
display: inline-block;
20+
padding: 0px 3px;
21+
}
1822
}
1923
.divider {
2024
padding: 0 5px;

0 commit comments

Comments
 (0)