[Rt-commit] rt branch, 4.4/ckeditor-create-ticket, created. rt-4.2.11-250-g252cea3

Dustin Graves dustin at bestpractical.com
Fri Oct 23 10:44:00 EDT 2015


The branch, 4.4/ckeditor-create-ticket has been created
        at  252cea33d377b52f0d05aba3a62b4a6bbd329d07 (commit)

- Log -----------------------------------------------------------------
commit 252cea33d377b52f0d05aba3a62b4a6bbd329d07
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Fri Oct 23 14:43:17 2015 +0000

    fix border on ckeditor for create ticket and any other ckeditors

diff --git a/share/static/css/base/misc.css b/share/static/css/base/misc.css
index 5e3aa76..86a2708 100644
--- a/share/static/css/base/misc.css
+++ b/share/static/css/base/misc.css
@@ -76,7 +76,7 @@ textarea.messagebox, #cke_Content, #cke_UpdateContent {
   box-sizing: border-box;
 }
 
-#cke_UpdateContent {
+div.cke {
     border: 1px solid #b6b6b6;
 }
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list