Skip to content

Commit

Permalink
BooDark v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adorade committed Jan 26, 2023
1 parent 90b6e1b commit d55e324
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
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
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
@@ -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 d55e324

Please sign in to comment.