Commit 796c2df0baffcbea0d6b12f1506ef5cb97ea597f
1 parent
8dec02f0
Exists in
master
and in
2 other branches
fix profile link
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
cabecalho.css
| @@ -622,6 +622,8 @@ a.btn_control_panel:hover ul li{display: block;} | @@ -622,6 +622,8 @@ a.btn_control_panel:hover ul li{display: block;} | ||
| 622 | #navigation ul li#btn_profile span { | 622 | #navigation ul li#btn_profile span { |
| 623 | background: none; | 623 | background: none; |
| 624 | padding: 0 0 0 5px; | 624 | padding: 0 0 0 5px; |
| 625 | + color: rgb(170, 170, 170); | ||
| 626 | + font-weight: bold; | ||
| 625 | } | 627 | } |
| 626 | 628 | ||
| 627 | .icon-menu-tasks { | 629 | .icon-menu-tasks { |
| @@ -1001,12 +1003,16 @@ float: right; | @@ -1001,12 +1003,16 @@ float: right; | ||
| 1001 | } | 1003 | } |
| 1002 | #navigation ul li:hover { | 1004 | #navigation ul li:hover { |
| 1003 | cursor: pointer; | 1005 | cursor: pointer; |
| 1006 | + background-color: rgb(112, 112, 112); | ||
| 1007 | + color: #FFF; | ||
| 1004 | } | 1008 | } |
| 1005 | 1009 | ||
| 1006 | #navigation ul li#btn_icon { | 1010 | #navigation ul li#btn_icon { |
| 1007 | border: none; | 1011 | border: none; |
| 1008 | padding: 4px; | 1012 | padding: 4px; |
| 1009 | margin: 0; | 1013 | margin: 0; |
| 1014 | + background: none; | ||
| 1015 | + cursor: auto; | ||
| 1010 | } | 1016 | } |
| 1011 | 1017 | ||
| 1012 | #control_panel_bar .btn_control_panel{ | 1018 | #control_panel_bar .btn_control_panel{ |