From 5a04b339625300880e07e37af500a1040e173b18 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 6 Aug 2013 20:53:52 +0200 Subject: [PATCH] don't overwrite default button anymore --- css/badged-menu.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/css/badged-menu.css b/css/badged-menu.css index 80b0803..32e2379 100644 --- a/css/badged-menu.css +++ b/css/badged-menu.css @@ -130,17 +130,6 @@ input.button-primary { margin-bottom: 3em; } -#badgedoptions input.button-primary { - background: -webkit-linear-gradient(#298cba 0%, #227399 100%); - background: -moz-linear-gradient(#298cba 0%, #227399 100%); - background: -o-linear-gradient(#298cba 0%, #227399 100%); - background: -ms-linear-gradient(#298cba 0%, #227399 100%); - background: linear-gradient(#298cba 0%, #227399 100%); - -webkit-box-shadow: 0 1px 0 #fff; - -moz-box-shadow: 0 1px 0 #fff; - box-shadow: 0 1px 0 #fff; -} - @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5),