[ticket/17283] Fix breadcrumbs pointing the wrong direction

PHPBB3-17283
This commit is contained in:
Marc Alexander 2024-01-03 16:52:59 +01:00
parent 455d6b071b
commit 1c961e4531
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 7 additions and 1 deletions

View file

@ -163,6 +163,12 @@
float: right; float: right;
} }
.rtl .breadcrumbs .crumb:before {
font-weight: bold;
padding: 0 0.5em;
content: "\2039";
}
/* Table styles /* Table styles
---------------------------------------- */ ---------------------------------------- */
.rtl table.table1 thead th { .rtl table.table1 thead th {

View file

@ -621,7 +621,7 @@ a.header-avatar img {
.breadcrumbs .crumb:before { .breadcrumbs .crumb:before {
font-weight: bold; font-weight: bold;
padding: 0 0.5em; padding: 0 0.5em;
content: "\2039"; content: "\203A";
} }
.breadcrumbs .crumb:first-child:before { .breadcrumbs .crumb:first-child:before {