diff --git a/README.md b/README.md index aa225f0..f0c080c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Hydra Dark Theme for Adminer logo](https://i.imgur.com/JpUX5NI.png) ## Hydra - Material Design Dark Theme for Adminer -An Adminer dark mode material design theme inspired by the Adminer material design. [Adminer](https://www.adminer.org/) is one of the best DB-Management tools out there. Install the theme with two little steps, just download the `Adminer.css` file and put the file in the same folder as the `Adminer.php`. +An Adminer dark mode material design theme inspired by the Adminer material design. [Adminer](https://www.adminer.org/) is one of the best DB-Management tools out there. Install the theme with two little steps, just download the `Adminer.css` file and put the file in the same folder as the `Adminer.php`. This theme also supports on [Adminer editor](https://www.adminer.org/en/editor). ### :zap: Usage * Get a copy of [Adminer](https://www.adminer.org/) @@ -19,4 +19,4 @@ Hydra, Material Design Dark Theme for Adminer is a clone made from [Adminer-Mate --- -![visitors count](https://server.niyko.com/github-visitors-count?id=hydratheme) + diff --git a/adminer.css b/adminer.css index 3ef7867..651bab7 100644 --- a/adminer.css +++ b/adminer.css @@ -1033,21 +1033,26 @@ a[href="#import"]:hover{ background: #2f2b3f; border: none; border-radius: 5px; + min-width: 160px; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.11); - overflow: hidden; } #schema .table a { display: inline-block; background: #7962f2; + border-top-left-radius: 5px; + border-top-right-radius: 5px; color: #fff; padding: 7px; - min-width: 141px; - width: 100%; + min-width: 160px; + width: 91.7%; margin-bottom: 3px; } #schema .table span { margin-left: 10px; } +#schema .references { + transform: translateY(18px); +} .char { color: #00e676; }