[Rt-commit] rt branch, 4.4/ckeditor-border, created. rt-4.2.11-246-gdfd6cf2

Dustin Graves dustin at bestpractical.com
Tue Oct 20 15:34:06 EDT 2015


The branch, 4.4/ckeditor-border has been created
        at  dfd6cf2c42e25c7d9d56853abd8a3d43a6c461d8 (commit)

- Log -----------------------------------------------------------------
commit dfd6cf2c42e25c7d9d56853abd8a3d43a6c461d8
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Tue Oct 20 19:31:30 2015 +0000

    add border to ticket update ckeditor

diff --git a/share/static/css/base/misc.css b/share/static/css/base/misc.css
index b59d3c6..5e3aa76 100644
--- a/share/static/css/base/misc.css
+++ b/share/static/css/base/misc.css
@@ -76,6 +76,10 @@ textarea.messagebox, #cke_Content, #cke_UpdateContent {
   box-sizing: border-box;
 }
 
+#cke_UpdateContent {
+    border: 1px solid #b6b6b6;
+}
+
 .datepicker {
     width: 17em;
 }

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


More information about the rt-commit mailing list