]> git.joonet.de Git - adminer.git/commitdiff
Designs: Fix background of pre.jush
authorJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:34:07 +0000 (18:34 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 4 Mar 2025 17:34:07 +0000 (18:34 +0100)
designs/dracula/adminer.css
designs/mancave/adminer.css
designs/rmsoft/adminer.css
designs/rmsoft_blue-dark/adminer.css
designs/rmsoft_blue/adminer.css

index b2d51f3dd1ed2b217ca42daa43cb5a1fd72d2ffe..255c621ca4458e9c6e0297ec1bc47b9d1c058f83 100644 (file)
         margin-top: 0;
  }
 
+ pre.jush,
  input:not([type]),
  input[type="color"],
  input[type="email"],
index dffc171e97634d46c05e8e68f5460460379956ff..ed6c969038f90343757202b5637de9686df4f552 100644 (file)
@@ -450,6 +450,7 @@ textarea
        outline: none;
 }
 
+pre.jush,
 textarea, input, select {
     border-width: 1px;
     -moz-border-radius: 4px;
index 421837a5b069782d51a0776d47646ee8c08b268f..82a516d8fd57d94c38dfe98c3dfa28840cdc9390 100644 (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}
index 387a17a5d41427aa8e590af7879b15c2c0f0d334..d49693fda5a3fa451d395c61d9b16958ac28689c 100644 (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}
index 00ccbdb837adefe27012fc39af8cdc0367c94b9c..a9e7ce7c3619e6d9c7a1522d6abf51cd5961711a 100644 (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}