File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 44
55<div class="wrap">
66 <div class="container">
7- <ul class="nav nav-pills black ">
8- <li role="presentation" class="active"><?= Html::a ('Новости ' , ['user/index ' ]) ?> </li>
9- <li role="presentation" class="active"><?= Html::a ('Добавление новости ' , ['user/index ' ]) ?> </li>
10- <li role="presentation" class="active"><?= Html::a ('Удаление новости ' , ['user/index ' ]) ?> </li>
7+ <ul class="nav nav-pills">
8+ <li role="presentation" class="active" ><?= Html::a ('Новости ' , ['user/index ' ]) ?> </li>
9+ <li role="presentation" class="active" ><?= Html::a ('Добавление новостей ' , ['user/index ' ]) ?> </li>
10+ <li role="presentation" class="active" ><?= Html::a ('Удаление новостей ' , ['user/index ' ]) ?> </li>
1111 </ul>
1212 </div>
1313</div>
Original file line number Diff line number Diff line change @@ -113,3 +113,15 @@ a.desc:after {
113113.nav > li > form > button .logout : focus {
114114 outline : none;
115115}
116+
117+ .black {
118+ background-color : black;
119+ }
120+
121+ .nav-pills > li > a {
122+ background-color : # 333333 !important ;
123+ }
124+
125+ .nav-pills > li > a : hover , .nav-pills > li > a : active {
126+ background-color : black !important ;
127+ }
You can’t perform that action at this time.
0 commit comments