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
This commit is contained in:
parent
71f00eaf5f
commit
cb49bcdb04
3 changed files with 35 additions and 48 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue