From 8a2fa0930a21e0fdcfd50046590987abe37db71c Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 20 Nov 2014 13:35:29 +0900 Subject: [PATCH] Add CSS style name on review comment div Having style names on the elements makes it easy to apply custom themes. The DIV element containing the review comment was the only one that did not have a name. Bug: Issue 2998 Change-Id: I028c3bf4c4067ef31b10b364f85a456750876d56 --- .../main/java/com/google/gerrit/client/change/Message.ui.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Message.ui.xml b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Message.ui.xml index ab1b53eb60..a3a706d5bf 100644 --- a/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Message.ui.xml +++ b/gerrit-gwtui/src/main/java/com/google/gerrit/client/change/Message.ui.xml @@ -104,6 +104,8 @@ limitations under the License. .closed .reply { visibility: HIDDEN; } + .comment { + }