Revision d3e3dd89

b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.css
45 45
  height: 13px;
46 46
}
47 47
.servicesbar a:hover {
48
  background-color: #333;
48
  background-color: #444;
49 49
}
50 50
.servicesbar a.active {
51 51
  font-weight: bold;
......
77 77
  font-size: 13px !important;
78 78
  color: #ffffff !important;
79 79
}
80
.servicesbar .services a:hover {
81
  background-color: #444;
82
}
80 83
.servicesbar .profile {
81 84
  margin-top: -35px;
82 85
  zoom: 1;
b/snf-astakos-app/astakos/im/static/im/cloudbar/cloudbar.less
32 32
        padding: 11px;
33 33
        height: 13px;
34 34
        &:hover {
35
            background-color: #333;
35
            background-color: #444;
36 36
        }
37 37
        &.active {
38 38
            font-weight: bold;
......
59 59
                font-size: 13px !important;    
60 60
                color: @white !important;
61 61
            }
62
            &:hover {
63
                background-color: #444;
64
            }
62 65
        }
63 66
    }    
64 67

  

Also available in: Unified diff