[Notice] Announcing the End of Demo Server [Read me]
notification-list: Change icon of updated event
@ed5c24b8dea21664c87ff77d3ee7384f6edd56ee
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -1048,7 +1048,7 @@ |
1048 | 1048 |
} |
1049 | 1049 |
|
1050 | 1050 |
&:hover { |
1051 |
- background: #f1f1f1; |
|
1051 |
+ background: #f5f5f5; |
|
1052 | 1052 |
} |
1053 | 1053 |
|
1054 | 1054 |
&:first-child { |
... | ... | @@ -1070,12 +1070,13 @@ |
1070 | 1070 |
vertical-align: top; |
1071 | 1071 |
margin-top: 2px; |
1072 | 1072 |
&.updated { |
1073 |
- font-size: 14px; |
|
1073 |
+ font-size: 12px; |
|
1074 | 1074 |
font-weight: bold; |
1075 |
- color: #FF9800; |
|
1075 |
+ color: white; |
|
1076 | 1076 |
border: 1px solid; |
1077 | 1077 |
border-radius: 3px; |
1078 | 1078 |
padding: 2px; |
1079 |
+ background-color: #FF9800; |
|
1079 | 1080 |
} |
1080 | 1081 |
|
1081 | 1082 |
&.closed {color:@state-closed;} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?