From 4578d474090bcbc3c3352373cd90822b2fc24e36 Mon Sep 17 00:00:00 2001 From: newsiram Date: Wed, 17 Dec 2014 10:47:57 +0100 Subject: [PATCH] Changed NULL format + was not italics + reduce font & showed border --- designs/pappu687/adminer.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; +}