]> jfr.im git - irc/znc/coverity.git/commitdiff
Fix other skins for #1744
authorAlexey Sokolov <redacted>
Sun, 4 Oct 2020 20:01:15 +0000 (21:01 +0100)
committerAlexey Sokolov <redacted>
Sun, 4 Oct 2020 20:01:15 +0000 (21:01 +0100)
webskins/dark-clouds/pub/dark-clouds.css
webskins/ice/pub/ice.css

index 0c5feb254733e73037d885b2959b0dafaa785951..a563c5516d593a285a49da1e7fff45c61ed6b119 100644 (file)
@@ -407,3 +407,7 @@ table thead th a:hover {
        margin-bottom: 0.7em;
 }
 
+input.channel_index {
+  width: 3em;
+  min-width: unset;
+}
index 1daf57bf099fc8b7b1ed2f4922728e5741873c48..d64fd4062e8334941d2ec89906aef5e33e0d82ad 100644 (file)
@@ -381,3 +381,7 @@ div.submitline {
        margin-bottom: 0.7em;
 }
 
+input.channel_index {
+  width: 3em;
+  min-width: unset;
+}