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 {
|
.footer {
|
||||||
position: initial;
|
position: initial;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
.footer > div {
|
||||||
|
background: transparent;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content table thead span, #content table thead a {
|
#content table thead span, #content table thead a {
|
||||||
|
|
@ -89,6 +94,7 @@ h2,h3 {
|
||||||
fieldset {
|
fieldset {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
border:1px solid #DEDEDE;
|
border:1px solid #DEDEDE;
|
||||||
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
input,select,textarea {
|
input,select,textarea {
|
||||||
border:1px solid #e5e5e5;
|
border:1px solid #e5e5e5;
|
||||||
|
|
@ -364,11 +370,18 @@ input[type=submit]:active {
|
||||||
top:1px;
|
top:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre.sqlarea {
|
||||||
|
border: 1px solid rgb(204, 204, 204) !important;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
table
|
table
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
table:before, table:after
|
table:before, table:after
|
||||||
{
|
{
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
@ -399,6 +412,7 @@ table:after
|
||||||
right: 10px;
|
right: 10px;
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue