Update manager.css
This commit is contained in:
parent
53dbcbe6a6
commit
4addd2c35f
@ -68,7 +68,28 @@ table.seat td:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*lists like tables*/
|
/*
|
||||||
|
lists like tables
|
||||||
|
|
||||||
|
Example col3 tablelist
|
||||||
|
<ul class="tablelist col3">
|
||||||
|
<li class="title"> Tittle1 </li>
|
||||||
|
<li class="title"> Tittle2 </li>
|
||||||
|
<li class="title"> Tittle3 </li>
|
||||||
|
<li> cell 1,1 <li>
|
||||||
|
<li> cell 1,2 <li>
|
||||||
|
<li> cell 1,3 <li>
|
||||||
|
<a class="h2long" href="">
|
||||||
|
<li> cell 2,1 this one and the next one share the same link <li>
|
||||||
|
<li> cell 2,2 <li>
|
||||||
|
</a>
|
||||||
|
<a href="">
|
||||||
|
<li> cell 2,3 this one is a link alone </li>
|
||||||
|
</a>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
General configuration
|
||||||
|
*/
|
||||||
.tablelist{
|
.tablelist{
|
||||||
display: grid;
|
display: grid;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -85,8 +106,8 @@ table.seat td:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tablelist a:hover li{
|
.tablelist a:hover li{
|
||||||
color: rgb(255, 255, 32);
|
color: rgb(211, 235, 255);
|
||||||
background: rgba(0, 3, 255, 0.25);
|
background: rgba(31, 44, 61, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tablelist li.title{
|
.tablelist li.title{
|
||||||
|
Loading…
Reference in New Issue
Block a user