From: Hypolite Petovan Date: Fri, 3 Mar 2017 06:19:49 +0000 (-0500) Subject: Turn actions links into buttons (nav, search) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb49bcdb04f819b6a0314941f4762c70b621a997;p=friendica.git Turn actions links into buttons (nav, search) - Mirrored the changes from wall_thread to search_item - Replaced a navbar link with a button with according CSS --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 40e275ae00..4e189b11fe 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -553,9 +553,8 @@ nav.navbar .nav>li>a:focus{ #topbar-first .dropdown-footer { margin: 10px 10px 5px } -#topbar-first a, -nav.navbar a { - /*color: #fff*/ +#topbar-first a, #topbar-first .btn-link, +nav.navbar a, nav.navbar .btn-link { color: $nav_icon_color; } #topbar-first .caret { diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index fc66403019..ef96249ea4 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -119,7 +119,7 @@ {{* The user dropdown menu *}} {{if $nav.userinfo}}