From fdd6071dd317574c645dbdc7cc87071b81122033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Sun, 15 Oct 2017 01:11:57 +0200 Subject: [PATCH] color --- adminer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adminer.css b/adminer.css index ec5dcd0..77a8c33 100644 --- a/adminer.css +++ b/adminer.css @@ -217,7 +217,7 @@ tr.odd td { position:fixed; top:0px; left:300px; - background:#48A5BF; + background:#39444e; z-index:2; width:100%; color:#ecf0f1; @@ -232,7 +232,7 @@ tr.odd td { } #menu { - background:#34495e; + background:#4e5d6c; position:fixed; top:-10px; color:#FFF;