Commit 4ab556ca2f882fb3913c22b933785511e215d0a0
1 parent
588fa8ff
Exists in
master
change cursor type on the tabs 'live' and 'mediation'
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/style.css
... | ... | @@ -243,6 +243,7 @@ |
243 | 243 | |
244 | 244 | #content .hub .live.hide h1 { |
245 | 245 | text-align: center; |
246 | + cursor: pointer; | |
246 | 247 | } |
247 | 248 | |
248 | 249 | #content .hub .live.hide h1 .title { |
... | ... | @@ -322,6 +323,7 @@ margin-right: 10px; |
322 | 323 | border: 1px solid lightGray; |
323 | 324 | text-align: center; |
324 | 325 | padding-left: 0; |
326 | + cursor: pointer; | |
325 | 327 | } |
326 | 328 | |
327 | 329 | #content .hub .mediation.hide .title { | ... | ... |