Skip to content

Commit 60d7416

Browse files
author
Stephane Bisson
committed
Some more styling
1 parent 5fafa1b commit 60d7416

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/inbox.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1+
@import 'mediawiki.ui/variables';
12

23
.email-all {
34
display: table;
45
width: 100%;
56

67
.email-one {
78
display: table-row;
9+
&:hover {
10+
background-color: @colorGray12;
11+
}
812

913
span {
1014
display: table-cell;
15+
16+
&.email-subject {
17+
width: 50%;
18+
}
1119
}
1220

1321
&.email-unread span {

0 commit comments

Comments
 (0)