diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-11-12 15:24:03 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-11-23 09:03:54 +0100 |
commit | b2d2b52eea7efdf5f35c359f1caae81c75c44270 (patch) | |
tree | a2cbcbb9ae7d87e11e049b09e57574c15af3c521 /core/css/inputs.css | |
parent | 333232f66597a76709c37bb0e8ee05558fb8b240 (diff) | |
download | nextcloud-server-b2d2b52eea7efdf5f35c359f1caae81c75c44270.tar.gz nextcloud-server-b2d2b52eea7efdf5f35c359f1caae81c75c44270.zip |
remove unneeded css prefixes
Diffstat (limited to 'core/css/inputs.css')
-rw-r--r-- | core/css/inputs.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css index 9f440a6c359..b2d78c25621 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -55,7 +55,7 @@ input[type="email"], input[type="url"], input[type="time"] { -webkit-appearance:textfield; -moz-appearance:textfield; - -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; + box-sizing:content-box; } input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, @@ -119,7 +119,7 @@ html:not(.ie8) input[type="checkbox"].checkbox:hover+label:before, input[type="c input[type="time"] { width: initial; height: 31px; - -moz-box-sizing: border-box; box-sizing: border-box; + box-sizing: border-box; } select { |