Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A dark theme for [Adminer](https://www.adminer.org/).

![Screenshot](./screenshot.png)
![Screenshot](./screenshot.jpg)

## Install

Expand All @@ -24,4 +24,4 @@ This theme is maintained by the following person(s) and a bunch of [awesome cont

## License

[MIT License](./LICENSE)
[MIT License](./LICENSE)
Binary file added screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions theme/adminer.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* Theme by Douglas Damasio [http://github.com/douglasdamasio]
* Based on Pepa Linha [https://github.com/vrana/adminer/tree/master/designs/pepa-linha]
* Modified by Evan Davies
* Based on Pepa Linha
* Color syntax inspired by Dracula Theme [https://draculatheme.com/]
* @version 1.0 (June 2020)
* @version 1.0.1 (June 2022)
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&family=Ubuntu:wght@500;700&display=swap');

Expand Down Expand Up @@ -201,7 +202,8 @@
legend {
display: inline-block;
padding: 6px 15px;
margin: 0 0 0 -15px;
/* margin: 0 0 0 -15px; */
margin: 0;
background: var(--color-darkDraculaSite);
font-family: 'Source Sans Pro', sans-serif;
color: var(--color-darkOrange);
Expand Down Expand Up @@ -393,7 +395,7 @@
float: none;
}

#tables a[title] {
#tables .structure, #tables .view {
float: none;
display: block;
}
Expand Down Expand Up @@ -524,7 +526,7 @@
margin-bottom: 5px;
transition: background .4s ease;
border-radius: 5px;
margin-top: 20px;
/* margin-top: 20px; */
}

input[type=submit][disabled],
Expand Down Expand Up @@ -571,9 +573,13 @@

label {
cursor: pointer;
margin: 18px;
/* margin: 18px; */
color: var(--color-darkOrange);
}

.size {
width: 5em;
}

.error,
.message {
Expand Down