improvied group highlighting, move new group link down
This commit is contained in:
parent
2d4f2f86cb
commit
24836f2966
3 changed files with 26 additions and 5 deletions
|
@ -249,6 +249,10 @@ div.wall-item-content-wrapper.shiny {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#group-sidebar {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.group-selected {
|
||||
padding: 3px;
|
||||
border: 1px solid #CCCCCC;
|
||||
|
|
|
@ -137,6 +137,18 @@ blockquote:before {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
#group-sidebar {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.group-selected {
|
||||
padding: 3px;
|
||||
border: 1px solid #CCCCCC;
|
||||
background: #F8F8F8;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fakelink:hover {
|
||||
color: #0CBEFE;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue