[Rt-commit] rt branch, 4.4/highlight-super-user-right, created. rt-4.4.2-133-g596067093

? sunnavy sunnavy at bestpractical.com
Thu Apr 12 20:50:23 EDT 2018


The branch, 4.4/highlight-super-user-right has been created
        at  5960670939c870c9e07bbbdcf1e2eb607ce1da6a (commit)

- Log -----------------------------------------------------------------
commit 5960670939c870c9e07bbbdcf1e2eb607ce1da6a
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Apr 13 08:23:34 2018 +0800

    SuperUser is special enough to be highlighted

diff --git a/share/static/css/base/rights-editor.css b/share/static/css/base/rights-editor.css
index 6236b5f8e..973597f0c 100644
--- a/share/static/css/base/rights-editor.css
+++ b/share/static/css/base/rights-editor.css
@@ -134,6 +134,11 @@ span.rights-editor-label {
     border-radius: 6px;
 }
 
+.rights-editor label[title=SuperUser],
+.rights-editor label[title=SuperUser] * {
+    color: #c00;
+}
+
 .tab-aggregates-checked-rights {
     background: #cfcfcf;
 }

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


More information about the rt-commit mailing list