diff --git a/view/theme/vier/mobile.css b/view/theme/vier/mobile.css index 3defddac38..7d14ed5c9f 100644 --- a/view/theme/vier/mobile.css +++ b/view/theme/vier/mobile.css @@ -122,10 +122,13 @@ aside.show { .tabs .tab { display: none;} .tabs .tab.active { display: block; } .tabs::after { - content: " "; + font-family: FontAwesome; + text-align: right; + content: "\f13a"; display: block; position: absolute; left: 0; right:0; top: 0; bottom: 0; + padding: 8px 2px 0 0; } .tabs.show { diff --git a/view/theme/vier/templates/nav.tpl b/view/theme/vier/templates/nav.tpl index d6b85447f4..77bad93705 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -9,7 +9,7 @@