From 75b557d10d014e41fbc3351536ac7c2e4524c908 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 21 Sep 2019 23:08:01 +0100 Subject: [PATCH] Initial version of styled DB UI --- lib/adminer.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lib/adminer.css diff --git a/lib/adminer.css b/lib/adminer.css new file mode 100644 index 0000000..0c13de8 --- /dev/null +++ b/lib/adminer.css @@ -0,0 +1,19 @@ +body {font-family: arial, verdana, helvetica, sans-serif; font-size: 13px; background: rgba(0,0,0,0.92); color: #ccc} +a, a:visited {color: #49d; text-decoration: none; background: transparent} +a:link:hover, a:visited:hover {color: #eee} +#logins a, #tables a, #tables span {background: transparent} +h1 {display: none} +h2 {color: #ccc; background: transparent} +#breadcrumb {background: transparent} +.js .checkable .checked .td {background: #888} +thead td, thead th, th {background: transparent} + +th:first-child,td:first-child{white-space: nowrap} +tbody tr:hover td,tbody tr:hover th{background: #222} +thead tr:hover td,thead tr:hover th{background: #333} +.odd td {background: #111} + +.footer {position: relative; border-image: none; border-top: 0; margin-top: 20px} +.footer div {background: transparent} + +.logout {display: none}