Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix table hover style (>>60228378)

Cette révision appartient à :
sfan5 2017-05-05 17:38:47 +02:00
Parent 551724b303
révision 4c2f1849f3
2 fichiers modifiés avec 6 ajouts et 2 suppressions

Voir le fichier

@ -9,7 +9,6 @@
background-color: #81d3fa;
}
/* modified copy of NyaaTorrent theme */
nav#mainmenu {
background: #263238;
@ -72,11 +71,16 @@ a {
white-space: nowrap;
}
/* Styling/fixes for the table: */
.table > tbody > tr > td {
/* fix bootstrap uglyness */
vertical-align: middle;
}
.custom-table-hover > tbody > tr:hover {
opacity: 0.82;
}
div.container div.blockBody:nth-of-type(2) table{table-layout:fixed;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:first-of-type, div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(5){width:10%;}
div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:nth-of-type(3){width:15%;}

Voir le fichier

@ -8,7 +8,7 @@
</nav>
<div class="table-responsive">
<table class="table table-hover">
<table class="table custom-table-hover">
<tr>
<th>Category</th>
<th>Name</th>