From b90d6351b914f31fac3c03cc40b4c6f461659e28 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Sep 2014 16:53:27 +0200 Subject: [PATCH] fix Firefox textarea CSS --- source/Ox.UI/css/Ox.UI.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 7429c1d6..4703ef6f 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -717,8 +717,9 @@ input::-moz-focus-inner { border: none; } textarea { - padding: 2px 6px 2px 6px; - //padding: 0 4px 0 4px; + padding: 2px 6px; + border-width: 1px; + border-style: solid; border-radius: 8px; resize: none; }