1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-25 15:31:15 +02:00

Designs: Fix background of pre.jush

This commit is contained in:
Jakub Vrana
2025-03-04 18:34:07 +01:00
parent d61678f5cb
commit c7d283d262
5 changed files with 5 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ code{background:#f0d6d6;padding:.2em .5em}
table code{font-size:130%;background:#f5e8ce;padding:.1em .3em}
code.jush-sql{background:#f0e8d6}
.rtl p code.jush-sql{background-position:right;clear:right;float:right}
pre{background:#e0e0e0 !important;padding:5px}
pre.sqlarea{background:#e0e0e0;padding:5px}
textarea{font-size:120%}
.ltr p.count{font-size:90%;margin:.8em 20px 8px 0}
.rtl p.count{font-size:90%;margin:.8em 0 8px 20px}