From 4faf1a66dac20cb4c052ad4579fb269b737d5ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Sun, 4 Mar 2018 12:42:17 +0100 Subject: [PATCH] small css modification --- adminer.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/adminer.css b/adminer.css index 324fbe3..568f171 100644 --- a/adminer.css +++ b/adminer.css @@ -31,6 +31,11 @@ a,a:visited { .footer { position: initial; background: transparent; + border-top: 0; +} +.footer > div { + background: transparent; + padding: 0; } #content table thead span, #content table thead a { @@ -89,6 +94,7 @@ h2,h3 { fieldset { padding:5px; border:1px solid #DEDEDE; + background-color: #fff; } input,select,textarea { border:1px solid #e5e5e5; @@ -364,11 +370,18 @@ input[type=submit]:active { top:1px; } +pre.sqlarea { + border: 1px solid rgb(204, 204, 204) !important; + background-color: #fff; +} + +/* table { position: relative; } + table:before, table:after { z-index: -1; @@ -399,6 +412,7 @@ table:after right: 10px; left: auto; } +*/ i { font-style: italic;