mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 08:06:59 +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;
|
||||
}
|
||||
#dbs span{
|
||||
color:white;
|
||||
color:white;
|
||||
}
|
||||
|
||||
#content table thead span, #content table thead a {
|
||||
@@ -368,3 +368,11 @@ table:after
|
||||
right: 10px;
|
||||
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