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;
|
float: left;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
> img {
|
img {
|
||||||
.border-radius(50%);
|
.border-radius(50%);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
> a:hover {
|
||||||
|
&,
|
||||||
|
.users-list-name {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.users-list-name,
|
.users-list-name,
|
||||||
|
@ -26,9 +32,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
&:hover {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.users-list-date {
|
.users-list-date {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|
Loading…
Reference in New Issue