mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
add pointer cursor to top field
This commit is contained in:
parent
c4b685469e
commit
73e68271eb
|
@ -242,7 +242,10 @@
|
|||
// Misc. stuff
|
||||
// --------------------------------------------------
|
||||
|
||||
#list-area .top-lists h2 { margin: 5px 0 10px; }
|
||||
#list-area .top-lists h2 {
|
||||
cursor: pointer;
|
||||
margin: 5px 0 10px;
|
||||
}
|
||||
|
||||
#list-area {
|
||||
h2 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user