mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
use nav-pills instead of nav-tabs
This commit is contained in:
parent
a8499b125a
commit
6cdac47ab5
2 changed files with 6 additions and 1 deletions
|
|
@ -41,6 +41,11 @@ html,body,p,h1,ul,li,table,tr,th,td
|
|||
.todos h1, .rewards h1
|
||||
float:left
|
||||
margin-right:15px
|
||||
|
||||
.todos
|
||||
.nav-pills > .active > a, .nav-pills > .active > a:hover
|
||||
color: #005580
|
||||
background-color: #DEE5F2
|
||||
|
||||
.help-icon
|
||||
float:right;
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
<app:taskColumn title="Todos" type="todo">
|
||||
<div class="tabbable"> <!-- Only required for left/right tabs -->
|
||||
<ul class="nav nav-tabs">
|
||||
<ul class="nav nav-pills">
|
||||
<li class="active"><a href="#tab1" data-toggle="tab">Remaining</a></li>
|
||||
<li><a href="#tab2" data-toggle="tab">Complete</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue