mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Changed NULL format
+ <i> was not italics + reduce font & showed border
This commit is contained in:
@@ -25,7 +25,7 @@ a,a:visited {
|
|||||||
padding:3px 1px;
|
padding:3px 1px;
|
||||||
}
|
}
|
||||||
#dbs span{
|
#dbs span{
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content table thead span, #content table thead a {
|
#content table thead span, #content table thead a {
|
||||||
@@ -368,3 +368,11 @@ table:after
|
|||||||
right: 10px;
|
right: 10px;
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i {
|
||||||
|
font-style: italic;
|
||||||
|
color: gray;
|
||||||
|
font-size: 90%;
|
||||||
|
font-family: monospace;
|
||||||
|
border: 1px silver solid;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user