[Rt-commit] rt branch, 4.4/comment-background-style, created. rt-4.4.1-122-g7eee5c4

Jim Brandt jbrandt at bestpractical.com
Thu Sep 29 15:02:26 EDT 2016


The branch, 4.4/comment-background-style has been created
        at  7eee5c41c8c9bea12c9393f00d46d8c4478a6526 (commit)

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