mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12648] Fix poll tab and revert unrelated color change
PHPBB3-12648
This commit is contained in:
parent
1189fc9e51
commit
8547fd4c2e
2 changed files with 7 additions and 3 deletions
|
@ -109,7 +109,11 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE --><li id="poll-panel-tab" class="tab"><a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel"><span>{L_ADD_POLL}</span></a></li><!-- ENDIF -->
|
<!-- IF S_SHOW_POLL_BOX || S_POLL_DELETE -->
|
||||||
|
<li id="poll-panel-tab" class="tab">
|
||||||
|
<a href="#tabs" data-subpanel="poll-panel" role="tab" aria-controls="poll-panel">{L_ADD_POLL}</a>
|
||||||
|
</li>
|
||||||
|
<!-- ENDIF -->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -50,7 +50,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: #CADCEB;
|
background-color: #cadceb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.forabg {
|
||||||
|
@ -92,7 +92,7 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
|
||||||
background-color: #e1ebf2;
|
background-color: #e1ebf2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg3 { background-color: #CADCEB; }
|
.bg3 { background-color: #cadceb; }
|
||||||
|
|
||||||
.ucprowbg {
|
.ucprowbg {
|
||||||
background-color: #DCDEE2;
|
background-color: #DCDEE2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue