Commit e7d9ab57f392096ef4620b414f279fad7d5bc39e
1 parent
c7ab236a
右上角消息下拉中,“阅读所有消息”鼠标hover背景删除
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/resources/static/css/style.css
... | ... | @@ -3341,9 +3341,10 @@ nav.page-tabs .page-tabs-content { |
3341 | 3341 | color: #999; |
3342 | 3342 | display: block; |
3343 | 3343 | } |
3344 | -.xx_box a:hover{ | |
3344 | +.xx_box a.xx:hover{ | |
3345 | 3345 | background: #f2f2f2; |
3346 | 3346 | } |
3347 | + | |
3347 | 3348 | .xx sup{ |
3348 | 3349 | /*line-height: 12px; |
3349 | 3350 | padding: 2px 5px;*/ |
... | ... |