Skip to content

Commit

Permalink
Merge pull request #28 from adorade/v1-dev
Browse files Browse the repository at this point in the history
Prepare next release
  • Loading branch information
adorade authored Dec 1, 2022
2 parents 6d90915 + 35c81ae commit 7559375
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Installation

1. Download latest [release](https://github.com/adorade/boodark/releases/latest/download/boodark-v1.0.1.zip)
1. Download latest [release](https://github.com/adorade/boodark/releases/latest/download/boodark-v1.0.2.zip)
2. Extract the archive files
3. Go to the phpMyAdmin files (C:\xampp\phpmyadmin for XAMPP) then go to the `themes` folder and add here the `boodark` folder
4. Select `BooDark` theme on the home page
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boodark",
"version": "1.0.2-dev",
"version": "1.0.2",
"description": "Bootstrap Dark theme for phpMyAdmin",
"repository": "https://github.com/adorade/boodark.git",
"author": "Adorade",
Expand Down
4 changes: 2 additions & 2 deletions themes/boodark/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/boodark/css/theme.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions themes/boodark/css/theme.rtl.css

Large diffs are not rendered by default.

Binary file modified themes/boodark/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion themes/boodark/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ td .icon {
.tblHeaders,
.tblFooters {
color: $body-color;
background: $pma-table-bg;
background: darken($pma-component-bg, 5%);

a {
&:link,
Expand Down Expand Up @@ -461,6 +461,12 @@ div#tablestatistics table {
// Heading
#topmenucontainer {
width: 100%;

.dropdown-toggle {
&::after {
color: $pma-cyan;
}
}
}

#page_nav_icons {
Expand Down Expand Up @@ -651,6 +657,11 @@ table#chartGrid {
border: none;
min-width: 1px;
}

.float-start {
line-height: 1;
margin-right: .5rem;
}
}

div.tabLinks {
Expand Down
4 changes: 0 additions & 4 deletions themes/boodark/scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ body {
--pma-dark-color: $pma-gray-400-rgb;
color: rgba(var(--pma-dark-color), var(--bs-text-opacity)) !important;
}

ul {
list-style: none;
}
2 changes: 0 additions & 2 deletions themes/boodark/scss/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

:root {
@media (prefers-color-scheme: dark) {
--scrollbar-bg: transparent;
--scrollbar-color: rgba(255, 255, 255, .25);
color-scheme: dark;
}
}
2 changes: 1 addition & 1 deletion themes/boodark/theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BooDark",
"version": "1.0.1",
"version": "1.0.2",
"description": "Bootstrap Dark theme for phpMyAdmin",
"author": "adorade",
"url": "https://github.com/adorade/boodark",
Expand Down

0 comments on commit 7559375

Please sign in to comment.