[Rt-commit] rt branch, 4.4-trunk, updated. rt-4.4.1-130-g4f0066c

Dustin Collins strega at bestpractical.com
Mon Nov 21 23:30:50 EST 2016


The branch, 4.4-trunk has been updated
       via  4f0066c82ad24d2366901f5d9059e3e296cd94ed (commit)
      from  54430537c6e28107ea41207496b47c3e8a5c7a36 (commit)

Summary of changes:
 share/static/css/base/ticket-form.css | 6 ++++++
 1 file changed, 6 insertions(+)

- Log -----------------------------------------------------------------
commit 4f0066c82ad24d2366901f5d9059e3e296cd94ed
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Sep 29 15:00:51 2016 -0400

    Explicitly set background color for comments
    
    Explicitly style the background for comments (private
    updates) so the style is picked up by the RichText editor.

diff --git a/share/static/css/base/ticket-form.css b/share/static/css/base/ticket-form.css
index 15ce713..2c2518f 100644
--- a/share/static/css/base/ticket-form.css
+++ b/share/static/css/base/ticket-form.css
@@ -37,6 +37,12 @@ iframe.richtext-editor {
     background-color: #fcc !important;
 }
 
+.messagebox-container.action-private textarea,
+.messagebox-container.action-private iframe
+{
+    background-color: #ffffdd !important;
+}
+
 .sidebyside #ticket-create-metadata,
 .sidebyside #ticket-update-metadata {
     float: right;

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


More information about the rt-commit mailing list