]> git.joonet.de Git - adminer.git/commitdiff
Designs: Update .odds
authorJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 16:50:24 +0000 (17:50 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 16:50:24 +0000 (17:50 +0100)
17 files changed:
designs/bilal-dark/adminer.css
designs/dracula/adminer.css
designs/esterka/adminer.css
designs/galkaev/adminer.css
designs/konya/adminer.css
designs/mancave/adminer.css
designs/mvt/adminer.css
designs/nette/adminer.css
designs/ng9/adminer.css
designs/nicu/adminer.css
designs/pappu687/adminer.css
designs/paranoiq/adminer.css
designs/pepa-linha/adminer.css
designs/price/adminer.css
designs/rmsoft/adminer.css
designs/rmsoft_blue-dark/adminer.css
designs/rmsoft_blue/adminer.css

index 7c39dfda5f3fd2960c700e91788c95c499beb067..5f249c993d1ae1c1e3be176354f047c38d7cca5e 100644 (file)
@@ -198,7 +198,7 @@ table label.block{padding:0}
 tr{border-bottom:1px dotted rgba(255,255,255,0.1)}
 th,td{padding:4px 10px}
 th[style="text-align: right;"] input[type="checkbox"],td[align="right"] input[type="checkbox"],th[style="text-align: right;"] input[type="radio"],td[align="right"] input[type="radio"]{margin-right:0;margin-left:5px}
-thead td,thead th,.odds tbody tr:nth-child(2n) td,tbody tr:hover td,tbody tr:hover th,.js .checkable .checked td,.js .checkable .checked th{background:transparent}
+thead td,thead th,.odds tbody tr:nth-child(2n):not(.checked, :hover),tbody tr:hover td,tbody tr:hover th,.js .checkable .checked td,.js .checkable .checked th{background:transparent}
 thead tr{background:#282b2f;border-bottom:1px solid rgba(255,255,255,0.1)}
 thead td,thead th{padding:7px 10px;background:transparent;text-align:left}
 tbody th,tbody td{vertical-align:top}
index 255c621ca4458e9c6e0297ec1bc47b9d1c058f83..f933543c15550416646cb608029c2bd09fdedccf 100644 (file)
    background: var(--color-darkPurple);
  }
 
- .odds tbody tr:nth-child(2n) th,
- .odds tbody tr:nth-child(2n) td {
+ .odds tbody tr:nth-child(2n):not(.checked, :hover) th,
+ .odds tbody tr:nth-child(2n):not(.checked, :hover) td {
    background: var(--color-darkDraculaVSCode);
  }
 
index e9d4cfa01e431db1cf187b1a87e4759bb3629b13..e401e9eeacb585745d922af8187a7250b024ce5c 100644 (file)
@@ -133,7 +133,7 @@ th {
        background:white;
 }
 
-.odds tbody tr:nth-child(2n) td {
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
        background:#fcfaf5;
 }
 
index f6fee650662d69c7d75bb3bff28157e6a7bbf79d..99198115a5723152ccdc40e2b2e20c7216876193 100644 (file)
@@ -347,11 +347,11 @@ td{
        border-bottom: 1px solid rgba(255, 255, 255, .1);\r
 }\r
 \r
-.odds tbody tr:nth-child(2n) th{\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th{\r
        background: #222;\r
 }\r
 \r
-.odds tbody tr:nth-child(2n) td{\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{\r
        background: #000;\r
 }\r
 \r
index 34b54713410563851d12586e86eaf1faeb88349d..83b540b1d350fe41d92f7ca02297954c16f2fbf8 100644 (file)
@@ -72,7 +72,7 @@ tr:first-child th {padding-right: 30px;}
 td:first-child, th:first-child {border-left-width: 0;}\r
 thead td, thead th {background-color: #DFDFDF; border: none; border-bottom: 1px #BBB solid;}\r
 thead tr:hover td, thead tr:hover th {background-color: #DDD !important;}\r
-tr:nth-child(2n) td, tr:nth-child(2n) th, .odds tbody tr:nth-child(2n) td, .odds tbody tr:nth-child(2n) th, .odds tbody tr:nth-child(2n) {background-color: #F1F1F1;}\r
+tr:nth-child(2n) td, tr:nth-child(2n) th, .odds tbody tr:nth-child(2n):not(.checked, :hover) td, .odds tbody tr:nth-child(2n):not(.checked, :hover) th, .odds tbody tr:nth-child(2n):not(.checked, :hover) {background-color: #F1F1F1;}\r
 tr:hover td, tr:hover th {background-color: #BCD;}\r
 fieldset {display: inline; vertical-align: top; padding: 2px 12px; margin: 25px 12px 12px 0; border: none; background-color: #F1F1F1; border: 1px solid #E3E3E3; position: relative;}\r
 fieldset, x:-moz-any-link {padding-top: 4px;}\r
index ed6c969038f90343757202b5637de9686df4f552..049510a4f0c93730449baac1ade6a2241d19182f 100644 (file)
@@ -377,11 +377,11 @@ td{
        border-bottom: 1px solid #777;
 }
 
-.odds tbody tr:nth-child(2n) th{
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th{
        background: #33394d;
 }
 
-.odds tbody tr:nth-child(2n) td{
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{
        background: #33394d;
 }
 
index d4bed2f9525e614e808009516bc2d18ee8d09d40..6360dfd8cf4cf8f5cb4d3ed639181e38a1ccc7bb 100644 (file)
@@ -378,7 +378,7 @@ thead td abbr, thead td sup, thead th acronym, thead th sup {
        color: #cdf
 }
 
-.odds tbody tr:nth-child(2n) td {
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
        background: #fcfaf5
 }
 
index b3a8272973dcb119e2873abdc6804d72cc591403..3501c4bee89bfa88ea76be2537442fffd2369846 100644 (file)
@@ -153,7 +153,7 @@ th, td {
        vertical-align: top;\r
 }\r
 \r
-.odds tbody tr:nth-child(2n) th, .odds tbody tr:nth-child(2n) td {\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th, .odds tbody tr:nth-child(2n):not(.checked, :hover) td {\r
        background: #FCFAF5;\r
 }\r
 \r
index e332ecd9a58af44c9fcef77ebfbe7ef19221e3a6..1d767b4ff566b39f425d93c0d6385baf958f60ee 100644 (file)
@@ -132,11 +132,11 @@ th {
        background:white;\r
 }\r
 \r
-.odds tbody tr:nth-child(2n) td {\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {\r
        background:#fcfaf5;\r
 }\r
 \r
-#content tbody tr.checked td, .odds tbody tr:nth-child(2n).checked td {\r
+#content tbody tr.checked td, .odds tbody tr:nth-child(2n):not(.checked, :hover).checked td {\r
        background:#fbe2e2;\r
        color:red;\r
 }\r
index 75aae3f8659a3b8c78ef74c88b02397ca927d7c0..197965c01daa0e2e98e0207fe5d06cf9cd859823 100644 (file)
@@ -187,7 +187,7 @@ td.nowrap {
 .binary {
     color: red;
 }
-.odds tbody tr:nth-child(2n) td {
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
     background: transparent;
 }
 .js .checkable .checked td,
index 685de33a4286344aea5dad80565d62001c143ca8..a89cd6a038742105985261ab4e5067ae70c67f4f 100644 (file)
@@ -169,7 +169,7 @@ th {
     background:white;\r
 }\r
 \r
-.odds tbody tr:nth-child(2n) td {\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {\r
     background:#fcfaf5;\r
 }\r
 \r
@@ -181,7 +181,7 @@ th {
        background: #f2f2f2;\r
 }\r
 \r
-#content tbody tr.checked td, .odds tbody tr:nth-child(2n).checked td {\r
+#content tbody tr.checked td {\r
     background:#fbe2e2;\r
     color:red;\r
 }\r
@@ -748,7 +748,7 @@ input[type=submit] {
 label { margin: 0 8px;}\r
 thead td, thead th{color:#fff;}\r
 \r
-#content tbody .odds tbody tr:nth-child(2n).checked td, .odds tbody tr:nth-child(2n).checked td {\r
+#content tbody .odds tbody tr:nth-child(2n):not(:hover).checked td, .odds tbody tr:nth-child(2n):not(:hover).checked td {\r
     background: #c8edff;\r
     color: #03A9F4;\r
 }\r
index 7d8681e3ccbfaedf7b8098e0cf279bb4e8f3a08c..cf47e61a56810b93ceb81b252122a069d2e8de94 100644 (file)
@@ -65,7 +65,7 @@ thead td, thead th {
     border-bottom: 1px #DDD solid; }\r
 .nowrap tr:nth-child(2n) td, .nowrap tr:nth-child(2n) th {\r
     background-color: #DEF; }\r
-.odds tbody tr:nth-child(2n) td, .odds tbody tr:nth-child(2n) th {\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td, .odds tbody tr:nth-child(2n):not(.checked, :hover) th {\r
     background-color: #DEF; } /* IEx */\r
 tr.selected td, tr.selected th {\r
     background-color: #ABC !important; }\r
index 406284e45f6e913fb48c257695949cb64d2aea24..0cdc490f45d42cc9ead7ad40effe7e2a37ab3602 100644 (file)
@@ -136,8 +136,8 @@ table.checkable tbody tr:hover th {
        background: #bfb008;
 }
 
-.odds tbody tr:nth-child(2n) th,
-.odds tbody tr:nth-child(2n) td {
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th,
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
        background: #f5f5f5;
 }
 
index 2df0c5c79a5195c4cf626e5088568ca9ef24d49e..e8cda747b1f5a499a305bb329e258b32052063bd 100644 (file)
@@ -58,7 +58,7 @@ table{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-ri
 td,th{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:-moz-use-text-color #999 #999 -moz-use-text-color;border-image:none;border-style:none solid solid none;border-width:0 1px 1px 0;padding:.2em .3em}\r
 thead td,thead th{background:#eee;background:-moz-linear-gradient(top,#eee 0,#ccc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eee),color-stop(100%,#ccc));background:-webkit-linear-gradient(top,#eee 0,#ccc 100%);background:-o-linear-gradient(top,#eee 0,#ccc 100%);background:-ms-linear-gradient(top,#eee 0,#ccc 100%);background:linear-gradient(to bottom,#eee 0,#ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0)}\r
 td{background-color:#f4f8ff}\r
-.odds tbody tr:nth-child(2n) td{background-color:#fff}\r
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{background-color:#fff}\r
 tbody tr:hover td,tbody tr:hover th{background-color:#FFE}\r
 p.tabs{margin:0 20px 0 0}\r
 .jush-sql{background:0}\r
index 82a516d8fd57d94c38dfe98c3dfa28840cdc9390..563cf3cc78bf73722625ce1e6068cc8be0671ea7 100644 (file)
@@ -140,8 +140,8 @@ thead th a{color:#b35a00}
 thead th a:link:hover,thead th a:visited:hover{color:#d00808}
 thead th a:visited{color:#844200}
 td{background:#ebebeb}
-.odds tbody tr:nth-child(2n) td{background:#e0e0e0}
-.odds tbody tr:nth-child(2n) th{background:#ebebeb}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{background:#e0e0e0}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th{background:#ebebeb}
 tbody{font-size:90%}
 tbody td{padding:.15em .3em}
 pre[id^=sql]+table tbody td{padding:.2em .3em}
index d49693fda5a3fa451d395c61d9b16958ac28689c..d72e38cba403ac852a1524b55cedb02ac21544c1 100644 (file)
@@ -141,8 +141,8 @@ thead th a{color:#8e7d16}
 thead th a:link:hover,thead th a:visited:hover{color:#a49019}
 thead th a:visited{color:#6f6211}
 td{background:#062846}
-.odds tbody tr:nth-child(2n) td{background:#042541}
-.odds tbody tr:nth-child(2n) th{background:#103556}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{background:#042541}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th{background:#103556}
 tbody{font-size:90%}
 tbody td{padding:.15em .3em}
 pre[id^=sql]+table tbody td{padding:.2em .3em}
index a9e7ce7c3619e6d9c7a1522d6abf51cd5961711a..2f290f2b9b7322a0646d4fa4ce2f8159e4f8eecd 100644 (file)
@@ -140,8 +140,8 @@ thead th a{color:#f0f9ff}
 thead th a:link:hover,thead th a:visited:hover{color:#0b3a5a}
 thead th a:visited{color:#fff1d0}
 td{background:#e4f2fc}
-.odds tbody tr:nth-child(2n) td{background:#d8e9f4}
-.odds tbody tr:nth-child(2n) th{background:#ebebeb}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td{background:#d8e9f4}
+.odds tbody tr:nth-child(2n):not(.checked, :hover) th{background:#ebebeb}
 tbody{font-size:90%}
 tbody td{padding:.15em .3em}
 pre[id^=sql]+table tbody td{padding:.2em .3em}