From cb49bcdb04f819b6a0314941f4762c70b621a997 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 3 Mar 2017 01:19:49 -0500 Subject: [PATCH] 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 --- view/theme/frio/css/style.css | 5 +- view/theme/frio/templates/nav.tpl | 5 +- view/theme/frio/templates/search_item.tpl | 73 ++++++++++------------- 3 files changed, 35 insertions(+), 48 deletions(-) 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}}