mirror of
https://github.com/movahhedi/blueberry-pma-theme.git
synced 2026-08-24 10:04:43 -05:00
Fix darkwolf css syntax error
CssSyntaxError: /home/demo/.pma-demo/STABLE/themes/darkwolf/css/theme.rtl.css:1565:27: Missed semicolon
1563 | }
1564 | .table > thead {
> 1565 | vertical-align: bottom --bs-table-bg: #1B1E21;
| ^
1566 | }
1567 | .table > :not(:first-child) {
This commit is contained in:
@@ -12050,7 +12050,7 @@ table.show_create td {
|
||||
}
|
||||
#pma_bookmarks .content.add_bookmark .options button {
|
||||
margin: 0 7px;
|
||||
vertical-align: bottom
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#pma_bookmarks .content.add_bookmark input[type=text] {
|
||||
margin: 0;
|
||||
@@ -13656,7 +13656,7 @@ span.cm-string {
|
||||
.jqplot-x2axis-tick {
|
||||
bottom: 0;
|
||||
left: 15px;
|
||||
vertical-align: bottom
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.jqplot-yaxis-tick {
|
||||
right: 0;
|
||||
|
||||
@@ -1562,7 +1562,8 @@ progress {
|
||||
vertical-align: inherit
|
||||
}
|
||||
.table > thead {
|
||||
vertical-align: bottom --bs-table-bg: #1B1E21;
|
||||
vertical-align: bottom;
|
||||
--bs-table-bg: #1B1E21;
|
||||
}
|
||||
.table > :not(:first-child) {
|
||||
border-top: 0px solid currentColor
|
||||
@@ -12043,7 +12044,7 @@ table.show_create td {
|
||||
}
|
||||
#pma_bookmarks .content.add_bookmark .options button {
|
||||
margin: 0 7px;
|
||||
vertical-align: bottom
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#pma_bookmarks .content.add_bookmark input[type=text] {
|
||||
margin: 0;
|
||||
@@ -13651,7 +13652,7 @@ span.cm-string {
|
||||
.jqplot-x2axis-tick {
|
||||
bottom: 0;
|
||||
right: 15px;
|
||||
vertical-align: bottom
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.jqplot-yaxis-tick {
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user