From: newsiram Date: Wed, 17 Dec 2014 09:47:57 +0000 (+0100) Subject: Changed NULL format X-Git-Tag: v4.3.0~40 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=4578d474090bcbc3c3352373cd90822b2fc24e36;p=adminer.git Changed NULL format + was not italics + reduce font & showed border --- diff --git a/designs/pappu687/adminer.css b/designs/pappu687/adminer.css index 24abe99a..f34c4805 100644 --- a/designs/pappu687/adminer.css +++ b/designs/pappu687/adminer.css @@ -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; +}