From e311ee54d97c504a944f6cfdd256fd6686ba911f Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 6 Dec 2016 13:41:00 +0000 Subject: [PATCH] Nav --- www/dbq/dbq.php | 4 +++- www/dbq/html/default.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/www/dbq/dbq.php b/www/dbq/dbq.php index a6a7fb0d..9f6ac4d8 100644 --- a/www/dbq/dbq.php +++ b/www/dbq/dbq.php @@ -5,6 +5,7 @@ function dbq_run() { $colors = [ 'text' => '#ddd', 'background' => '#009B9C', + 'button' => '#444', ]; # # Url @@ -41,7 +42,8 @@ body, .button { background-color: '.$colors['background'].'; } .button { - border-color: '.$colors['text'].'; + border-color: '.$colors['button'].'; + background-color: '.$colors['button'].'; } table.rows, div.rows, diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 50833b70..ca373a16 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -97,6 +97,7 @@ table.rows tr:last-child td { border-bottom: none; } box-sizing: border-box; margin: 0; padding: 0 0.2em; + border: solid 1px; } a:hover, -- 2.47.3