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:
William Desportes
2023-01-12 09:35:09 +04:00
parent 00657b8e9a
commit bf24847614
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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;
+4 -3
View File
@@ -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;