From: Go MAEDA Date: Thu, 13 Feb 2020 01:38:06 +0000 (+0000) Subject: Merged r19509 from trunk to 4.1-stable (#32945). X-Git-Tag: 4.1.1~43 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6e432c83881a8ed9f4015bbfbffea6d19bfa8851;p=redmine.git Merged r19509 from trunk to 4.1-stable (#32945). git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19514 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 606372116..a687c6699 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -334,6 +334,7 @@ tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} +table.permissions tr.group>td:nth-of-type(1) {font-weight: bold;} tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}