mirror of https://github.com/ColorlibHQ/AdminLTE
Added ability to make item clickable as suggested in issue #323
parent
436856b1c3
commit
d5c8cb8ab2
|
@ -9,11 +9,17 @@
|
|||
float: left;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
> img {
|
||||
img {
|
||||
.border-radius(50%);
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
> a:hover {
|
||||
&,
|
||||
.users-list-name {
|
||||
color: #999;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.users-list-name,
|
||||
|
@ -25,10 +31,7 @@
|
|||
color: #444;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
color: #999;
|
||||
}
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.users-list-date {
|
||||
color: #999;
|
||||
|
|
Loading…
Reference in New Issue