mirror of https://github.com/apache/cloudstack.git
Hover state for top links
This commit is contained in:
parent
942caf29a7
commit
6b3731cd43
|
|
@ -24,6 +24,8 @@ body {
|
|||
* {
|
||||
float: left;
|
||||
}
|
||||
|
||||
text-shadow: 0px 1px 1px black;
|
||||
}
|
||||
|
||||
#user, .notifications {
|
||||
|
|
@ -32,11 +34,16 @@ body {
|
|||
margin-right: 20px;
|
||||
padding-right: 20px;
|
||||
top: -65px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
> span, .name {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.notifications {
|
||||
cursor: pointer;
|
||||
|
||||
.total {
|
||||
padding: 5px 10px;
|
||||
@include linear-gradient(#a4a4a4, lighten(#272727, 15%));
|
||||
|
|
|
|||
Loading…
Reference in New Issue