From be03a5308663052be22d48cbe247b2c259fdefe9 Mon Sep 17 00:00:00 2001 From: Ninir Date: Tue, 30 Oct 2012 10:22:09 +0100 Subject: Replaced hardcoded CSS rules with mixins --- less/reset.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'less/reset.less') diff --git a/less/reset.less b/less/reset.less index 2abdee462..e2c7cab00 100644 --- a/less/reset.less +++ b/less/reset.less @@ -123,9 +123,7 @@ input[type="submit"] { cursor: pointer; // Improves usability and consistency of cursor style between image-type `input` and others. } input[type="search"] { // Appearance in Safari/Chrome - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; + .box-sizing(content-box); -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, -- cgit v1.2.3