From 08d86019e47161e8e05d2aeceac5b95e27dc6f2e Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 5 Jul 2012 02:50:01 +0000 Subject: [PATCH] Uncommented input.default CSS (to hide extra Add button) in dark snark theme --- installer/resources/themes/snark/dark/snark.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/resources/themes/snark/dark/snark.css b/installer/resources/themes/snark/dark/snark.css index 46ce800bf..9e5009c9b 100644 --- a/installer/resources/themes/snark/dark/snark.css +++ b/installer/resources/themes/snark/dark/snark.css @@ -589,9 +589,11 @@ input[type=radio] { thead input[type=submit], tfoot input[type=submit], .headerpriority { text-align: right !important; } +*/ input.default { width: 1px; height: 1px; visibility: hidden; } +/* input.accept, input.accept:selected { background: #000; padding: 2px 3px 2px 16px !important;