updated plugins and version; added table filter
This commit is contained in:
parent
b92f7a0a63
commit
8c7fe51582
9 changed files with 1153 additions and 1107 deletions
19
adminer.css
19
adminer.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue