aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_tabs.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-17 16:17:44 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-17 16:17:44 +0200
commit83e7d89f7e2cb8be606d9c8624e3899c0dcaac29 (patch)
treebd4103ebafcd1b65a13e3a71df916f2c1bee0937 /view/tpl/profile_tabs.tpl
parent43e55eb9a6cb66ad040064fca8b8296bcd298a03 (diff)
downloadvolse-hubzilla-83e7d89f7e2cb8be606d9c8624e3899c0dcaac29.tar.gz
volse-hubzilla-83e7d89f7e2cb8be606d9c8624e3899c0dcaac29.tar.bz2
volse-hubzilla-83e7d89f7e2cb8be606d9c8624e3899c0dcaac29.zip
update to bootstrap-4.1 and improve visibility of some text when using custom panel colours
Diffstat (limited to 'view/tpl/profile_tabs.tpl')
-rw-r--r--view/tpl/profile_tabs.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/profile_tabs.tpl b/view/tpl/profile_tabs.tpl
index 72e98ae82..e77da23f3 100644
--- a/view/tpl/profile_tabs.tpl
+++ b/view/tpl/profile_tabs.tpl
@@ -1,4 +1,5 @@
-<div class="dropdown-header"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div>
+<div class="dropdown-header text-white-50 d-lg-none" ><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div>
+<div class="dropdown-header text-black-50 d-none d-lg-block"><img src="{{$thumb}}" class="menu-img-1">{{$name}}</div>
{{foreach $tabs as $tab}}
<a class="dropdown-item{{if $tab.sel}} {{$tab.sel}}{{/if}}" href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}><i class="fa fa-fw fa-{{$tab.icon}} generic-icons-nav"></i>{{$tab.label}}</a>
{{/foreach}}