1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +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

@@ -489,6 +489,7 @@
margin-top: 0;
}
pre.jush,
input:not([type]),
input[type="color"],
input[type="email"],

View File

@@ -450,6 +450,7 @@ textarea
outline: none;
}
pre.jush,
textarea, input, select {
border-width: 1px;
-moz-border-radius: 4px;

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}

View File

@@ -100,7 +100,7 @@ code{background:#81a0bc;padding:.2em .5em}
table code{font-size:130%;background:#154167;padding:.1em .3em}
code.jush-sql{background:#c5d8e9}
.rtl p code.jush-sql{background-position:right;clear:right;float:right}
pre{background:#a7c3dc !important;padding:5px}
pre.sqlarea{background:#a7c3dc;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}

View File

@@ -99,7 +99,7 @@ code{background:#93b3c8;padding:.2em .5em}
table code{font-size:130%;background:#bfd9eb;padding:.1em .3em}
code.jush-sql{background:#d8e9f4}
.rtl p code.jush-sql{background-position:right;clear:right;float:right}
pre{background:#aac6d8 !important;padding:5px}
pre.sqlarea{background:#aac6d8;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}