[Rt-commit] rt branch, master, updated. rt-4.2.11-250-gc2ef5e6

? sunnavy sunnavy at bestpractical.com
Fri Oct 23 10:49:07 EDT 2015


The branch, master has been updated
       via  c2ef5e65f9fd44ad58f2ba6ab8ebd4cea671c388 (commit)
      from  969760265c6400322d79627832356aa1fb7574f5 (commit)

Summary of changes:
 share/static/css/base/misc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit c2ef5e65f9fd44ad58f2ba6ab8ebd4cea671c388
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