Skip to content

Commit

Permalink
Merge #98 - New update BooDark v1.0.3 - pma 5.2.0
Browse files Browse the repository at this point in the history
- Fix table background-color
- Fix monitor chart background color

Fixes: #92
  • Loading branch information
williamdes committed Jan 26, 2023
2 parents 90b6e1b + d55e324 commit 7d608b5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions boodark/css/theme.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions boodark/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1207,15 +1207,18 @@ input#auto_increment_opt {
}
}

.create_table_form {
background-color: $pma-component-bg;
}

#table_name_col_no_outer {
margin-top: 45px;
margin-top: 87px;
}

#table_name_col_no {
position: fixed;
top: 100px !important;
width: 100%;
background: $white;
top: 111px !important;
width: auto;
}

#table_columns {
Expand All @@ -1235,6 +1238,10 @@ input#auto_increment_opt {
width: 10em;
box-sizing: border-box;
}

caption {
padding-left: 0.5rem;
}
}

#openlayersmap {
Expand Down
2 changes: 1 addition & 1 deletion boodark/scss/_jqplot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ canvas {
#serverstatusquerieschart.jqplot-series-canvas,
#profilingchart.jqplot-series-canvas,
.jqplot-series-shadowCanvas {
background-color: #1b1e21 !important;
background-color: lighten($pma-body-bg, 2.5%) !important;
border: 1px solid $border-color !important
}

Expand Down
2 changes: 1 addition & 1 deletion boodark/theme.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BooDark",
"version": "1.0.2",
"version": "1.0.3",
"description": "Bootstrap Dark theme for phpMyAdmin",
"author": "adorade",
"url": "https://github.com/adorade/boodark",
Expand Down

0 comments on commit 7d608b5

Please sign in to comment.