mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
Merge #98 - New update BooDark v1.0.3 - pma 5.2.0
- Fix table background-color - Fix monitor chart background color Fixes: #92
This commit is contained in:
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
@@ -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 {
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user