indicate currently selected group in group picker
This commit is contained in:
parent
6e5532149a
commit
b1aa77584f
3 changed files with 14 additions and 6 deletions
|
@ -249,6 +249,12 @@ div.wall-item-content-wrapper.shiny {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.group-selected {
|
||||
padding: 3px;
|
||||
border: 2px solid #CCCCCC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fakelink:hover {
|
||||
color: #3465a4;
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue