From 171fe7e9f40302c7393127005a565a223d8ae1f9 Mon Sep 17 00:00:00 2001 From: Steffen Gebert <steffen.gebert@typo3.org> Date: Sat, 26 Mar 2011 10:37:45 +0100 Subject: [PATCH] [BUGFIX] Wrong CSS definition for "submit" Exchange the CSS style definition for the non-existant element "submit" with "button", which is supposed to be meant. Change-Id: Ib865addda8e3729970a4b72c1eb233e257ae9074 Resolves: #M18043 Reviewed-on: http://review.typo3.org/1279 Reviewed-by: Steffen Gebert Tested-by: Steffen Gebert --- typo3/sysext/t3skin/stylesheets/visual/main_content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typo3/sysext/t3skin/stylesheets/visual/main_content.css b/typo3/sysext/t3skin/stylesheets/visual/main_content.css index 54be7f49895f..43de72b2b26b 100644 --- a/typo3/sysext/t3skin/stylesheets/visual/main_content.css +++ b/typo3/sysext/t3skin/stylesheets/visual/main_content.css @@ -266,7 +266,7 @@ input elements input, textarea, select, -submit { +button { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; @@ -332,4 +332,4 @@ input[type="checkbox"] { background: none; border: none; cursor: pointer; -} +} \ No newline at end of file -- GitLab