1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-23 06:32:55 +02:00

Differentiate views in navigation (thanks to Petr Kobelka)

This commit is contained in:
Jakub Vrana
2013-10-24 22:04:57 -07:00
parent bcbec6871f
commit 8d9ef7afd2
4 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,7 @@ input.required { box-shadow: 1px 1px 1px red; }
.datetime { text-align: right; }
.type { width: 15ex; width: auto\9; }
.options select { width: 20ex; width: auto\9; }
.view { font-style: italic; }
.active { font-weight: bold; }
.sqlarea { width: 98%; }
.icon { width: 18px; height: 18px; background-color: navy; }