mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added pointer cursor to column names
refs https://github.com/TryGhost/Team/issues/1941
This commit is contained in:
parent
5d5fc33d2c
commit
83f88e1586
1 changed files with 4 additions and 0 deletions
|
@ -1037,6 +1037,10 @@ Dashboard Attribution */
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-dashboard-attribution-list .gh-dashboard-list-title:not(.sorted-by) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-dashboard-attribution-list .gh-dashboard-list-body {
|
.gh-dashboard-attribution-list .gh-dashboard-list-body {
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue