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