BooDark v1.0.3

This commit is contained in:
Marian Bolojan
2023-01-26 16:27:22 +02:00
parent 90b6e1bd78
commit d55e324795
6 changed files with 18 additions and 11 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+11 -4
View File
@@ -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 {
@@ -1235,6 +1238,10 @@ input#auto_increment_opt {
width: 10em;
box-sizing: border-box;
}
caption {
padding-left: 0.5rem;
}
}
#openlayersmap {
+1 -1
View File
@@ -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
}
+1 -1
View File
@@ -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",