From 796c2df0baffcbea0d6b12f1506ef5cb97ea597f Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 11 Jul 2014 15:52:02 -0300 Subject: [PATCH] fix profile link --- cabecalho.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/cabecalho.css b/cabecalho.css index 67fa8b8..f3ea761 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -622,6 +622,8 @@ a.btn_control_panel:hover ul li{display: block;} #navigation ul li#btn_profile span { background: none; padding: 0 0 0 5px; + color: rgb(170, 170, 170); + font-weight: bold; } .icon-menu-tasks { @@ -1001,12 +1003,16 @@ float: right; } #navigation ul li:hover { cursor: pointer; + background-color: rgb(112, 112, 112); + color: #FFF; } #navigation ul li#btn_icon { border: none; padding: 4px; margin: 0; + background: none; + cursor: auto; } #control_panel_bar .btn_control_panel{ -- libgit2 0.21.2