William Desportes
|
5f5eedd2ea
|
Fix another css syntax error in darkwolf theme
CssSyntaxError: darkwolf/css/theme.rtl.css:11912:14: Missed semicolon
11910 | position: absolute;
11911 | content: ">";
> 11912 | top: -2px color: #666
| ^
11913 | }
11914 | #pma_console .query_input textarea {
|
2023-01-12 09:50:12 +04:00 |
|
William Desportes
|
df7ce47092
|
Fix another css syntax error in darkwolf theme
CssSyntaxError: themes/darkwolf/css/theme.rtl.css:5432:26: Missed semicolon
5430 | }
5431 | .accordion-body {
> 5432 | padding: 1rem 1.25rem background-color: #121517;
| ^
5433 | color: #999;
5434 | border: 1px dashed #555;
|
2023-01-12 09:42:33 +04:00 |
|
William Desportes
|
bf24847614
|
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) {
|
2023-01-12 09:35:09 +04:00 |
|
William Desportes
|
575981a16d
|
Trim whitespaces on from provided for darkwolf for #88
|
2022-10-31 21:42:16 +01:00 |
|
William Desportes
|
af986e40e9
|
Apply changes on darkwolf to fix #88
Ref: https://github.com/phpmyadmin/themes/issues/88#issuecomment-1297334836
|
2022-10-31 21:41:07 +01:00 |
|
 Miguel Ángel MoraandGitHub
|
ba618f13fd
|
Add new theme darkwolfbootstrap
[darkwolf] version 5.2 (#82)
|
2022-10-23 10:02:33 -04:00 |
|
 William DesportesandGitHub
|
e310fc0477
|
Update darkwolf theme (#59)
|
2021-03-08 10:56:29 -05:00 |
|
Maurício Meneghini Fauth
|
938abd2a3f
|
Remove syntax error from darkwolf/css/theme.css
https://github.com/phpmyadmin/phpmyadmin/pull/16543#issuecomment-749845144
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-12-26 20:34:37 -03:00 |
|
Isaac Bennetch
|
d16cfa4ed2
|
Adding darkwolf theme, submitted as an attachment to pull request #51
See https://github.com/phpmyadmin/themes/pull/51 and
https://github.com/phpmyadmin/themes/files/5541353/darkwolf.zip
|
2020-11-14 23:04:57 -05:00 |
|