From f0ea59bc8873461e060032f69d46032a97b68331 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Tue, 07 Nov 2006 21:23:06 -0500 Subject: [PATCH] upgrade to TinyMCE v2.0.8 --- skins/default/editor_popup.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/skins/default/editor_popup.css b/skins/default/editor_popup.css index 2bae915..f8d3550 100644 --- a/skins/default/editor_popup.css +++ b/skins/default/editor_popup.css @@ -312,6 +312,10 @@ height: 190px; } +label.msg { display: none; } +label.invalid { color: #EE0000; display: inline; } +input.invalid { border: 1px solid #EE0000; } + /* Disables the advanced tab in the table plugin. */ /* #table #advanced_tab { -- Gitblit v1.9.1