From 6a0a108d2a2d14c802106946af078be3f90a8034 Mon Sep 17 00:00:00 2001 From: Tobias Ahlin Date: Thu, 11 Sep 2014 09:11:54 +0200 Subject: [PATCH] Vendor prefixes are not needed for border-radius --- lib/ace/css/editor.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index b9d94407..9e2db39a 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -272,8 +272,6 @@ color: transparent; border: 1px solid black; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer;