Add active response support to quattro theme
- Add active classes to wall_thread.tpl, search_item.tpl and photo_item.tpl - Add styles both in the master LESS file and the generated variant CSS themes
This commit is contained in:
parent
b98f23dcd4
commit
92da411465
7 changed files with 61 additions and 50 deletions
|
@ -1210,6 +1210,9 @@ section {
|
|||
.wall-item-container .wall-item-actions-social a {
|
||||
margin-right: 3em;
|
||||
}
|
||||
.wall-item-container .wall-item-actions-social a.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
.wall-item-container .wall-item-actions-tools {
|
||||
float: right;
|
||||
width: 15%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue