From 4011681dda386b443c8f777b6b73b38a00834f03 Mon Sep 17 00:00:00 2001 From: Patrick Arlt Date: Thu, 30 Aug 2012 10:41:45 -0700 Subject: [PATCH] remove special styles for search inputs --- assets/sass/lib/_forms.scss | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/assets/sass/lib/_forms.scss b/assets/sass/lib/_forms.scss index 5175125..c17b659 100644 --- a/assets/sass/lib/_forms.scss +++ b/assets/sass/lib/_forms.scss @@ -236,34 +236,6 @@ input, select, textarea { width:100%; } -// search inputs --------------------------------------------------------------- -/* -input[type="search"]{ - &:after { - content: "\003f"; - font-family: 'IcoMoon'; - font-style: normal; - speak: none; - }; -} - -input[type="search"]{ - position:relative; - text-indent:1.5em; - @extend [class^="icon-"]; - @extend .icon-search; - &:before { - text-indent:0em; - display:block; - font-size: 24px; - color: $lightGray; - position:absolute; - top:.225em; - left:.1em; - } -} -*/ - // checkboxes and radio buttons ------------------------------------------------ input[type="checkbox"], input[type="radio"] { display:block;