Fix table hover style (>>60228378)
Cette révision appartient à :
Parent
551724b303
révision
4c2f1849f3
2 fichiers modifiés avec 6 ajouts et 2 suppressions
|
@ -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%;}
|
||||
|
|
|
@ -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>
|
||||
|
|
Référencer dans un nouveau ticket