Commit 4ab556ca2f882fb3913c22b933785511e215d0a0

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 588fa8ff

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,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 {