]> git.nbdom.net Git - nb.git/commitdiff
Nav
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 6 Dec 2016 13:41:00 +0000 (13:41 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Tue, 6 Dec 2016 13:41:00 +0000 (13:41 +0000)
www/dbq/dbq.php
www/dbq/html/default.css

index a6a7fb0d8176c415328aa856853d91515870eb75..9f6ac4d8b9c07746cd5468b5fa313e0161657a43 100644 (file)
@@ -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,
index 50833b70080bf0a8cf64876cb7b97634739c2044..ca373a163cd8e78b0df38a8db0b8815e2a48f2b2 100644 (file)
@@ -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,