small css modification
This commit is contained in:
parent
784f7c4946
commit
4faf1a66da
1 changed files with 14 additions and 0 deletions
14
adminer.css
14
adminer.css
|
|
@ -31,6 +31,11 @@ a,a:visited {
|
|||
.footer {
|
||||
position: initial;
|
||||
background: transparent;
|
||||
border-top: 0;
|
||||
}
|
||||
.footer > div {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#content table thead span, #content table thead a {
|
||||
|
|
@ -89,6 +94,7 @@ h2,h3 {
|
|||
fieldset {
|
||||
padding:5px;
|
||||
border:1px solid #DEDEDE;
|
||||
background-color: #fff;
|
||||
}
|
||||
input,select,textarea {
|
||||
border:1px solid #e5e5e5;
|
||||
|
|
@ -364,11 +370,18 @@ input[type=submit]:active {
|
|||
top:1px;
|
||||
}
|
||||
|
||||
pre.sqlarea {
|
||||
border: 1px solid rgb(204, 204, 204) !important;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
table
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
table:before, table:after
|
||||
{
|
||||
z-index: -1;
|
||||
|
|
@ -399,6 +412,7 @@ table:after
|
|||
right: 10px;
|
||||
left: auto;
|
||||
}
|
||||
*/
|
||||
|
||||
i {
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue