1
0
Fork 0

indicate currently selected group in group picker

This commit is contained in:
Friendika 2011-07-01 06:14:15 -07:00
commit b1aa77584f
3 changed files with 14 additions and 6 deletions

View file

@ -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;