updated plugins and version; added table filter

This commit is contained in:
Pau Capó 2018-02-17 16:12:52 +01:00
parent b92f7a0a63
commit 8c7fe51582
9 changed files with 1153 additions and 1107 deletions

View file

@ -28,6 +28,11 @@ a,a:visited {
color:white;
}
.footer {
position: initial;
background: transparent;
}
#content table thead span, #content table thead a {
font-weight:bold;
color:#FFF;
@ -248,6 +253,20 @@ tr.odd td {
padding: .8em 0;
}
#tables a.select {
/* display: none; */
/* text-indent: -10000; */
width: 10px;
display: inline-block;
overflow: hidden;
height: 5px;
background: white;
}
#tables a.select:before {
content: ' ';
}
#menu a{
color:#FFF;
}