1
1
.account-info-panel-blocked-timestamp {
2
2
font-size : 80% ;
3
- text-shadow : 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 12px white, 0 0 12px white, 0 0 12px white, 0 0 12px white;
3
+ text-shadow : 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white,
4
+ 0 0 12px white, 0 0 12px white, 0 0 12px white, 0 0 12px white;
4
5
border-top : solid 1px # ededed ;
5
6
padding-top : 0.5em ;
6
7
}
52
53
53
54
li .blocking-list-entry : nth-child (even) {
54
55
background-color : # 0000000a ;
55
- background-image : linear-gradient (to top, # 00000024, transparent 1px ), linear-gradient (to bottom, # 0000000a, transparent 1px );
56
+ background-image : linear-gradient (to top, # 00000024, transparent 1px ),
57
+ linear-gradient (to bottom, # 0000000a, transparent 1px );
56
58
}
57
59
58
60
.blocking-list-entry .blocking-account-link {
59
61
color : inherit;
60
62
text-decoration : inherit;
61
63
}
62
64
63
- .blocking-list-entry .blocking-account-link : hover {
65
+ .blocking-list-entry a .blocking-account-link : hover {
64
66
text-decoration : underline;
65
67
}
66
68
@@ -70,7 +72,10 @@ li.blocking-list-entry:nth-child(even) {
70
72
grid-template-columns : auto 1fr ;
71
73
}
72
74
73
- .blocking-list-entry .account-short-entry-content .account-short-entry-handle .account-short-entry-display-name {
75
+ .blocking-list-entry
76
+ .account-short-entry-content
77
+ .account-short-entry-handle
78
+ .account-short-entry-display-name {
74
79
opacity : 0.7 ;
75
80
}
76
81
0 commit comments