From ccc27795c896b4c53c089d5d09fd93761b463a33 Mon Sep 17 00:00:00 2001 From: Francisco Marcelo de Araújo Lima Júnior Date: Mon, 28 Apr 2014 13:37:14 -0300 Subject: [PATCH] change cursor type on the tabs 'live' and 'mediation' --- plugins/community_hub/public/style.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/community_hub/public/style.css b/plugins/community_hub/public/style.css index fe86594..ad24697 100644 --- a/plugins/community_hub/public/style.css +++ b/plugins/community_hub/public/style.css @@ -243,6 +243,7 @@ #content .hub .live.hide h1 { text-align: center; + cursor: pointer; } #content .hub .live.hide h1 .title { @@ -322,6 +323,7 @@ margin-right: 10px; border: 1px solid lightGray; text-align: center; padding-left: 0; + cursor: pointer; } #content .hub .mediation.hide .title { -- libgit2 0.21.2