mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 15:14:40 +00:00
theme syncing for favs
This commit is contained in:
parent
3c629129d6
commit
c154d61092
@ -344,6 +344,16 @@ button.unfollow:hover {
|
|||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userMenu li.userMenu-favs > a {
|
||||||
|
padding: 0 14px;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userMenu li.userMenu-favs > a:before {
|
||||||
|
content: '★';
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.userMenu li.userMenu-profile > a {
|
.userMenu li.userMenu-profile > a {
|
||||||
background: url(../img/profile.png) no-repeat 5px center;
|
background: url(../img/profile.png) no-repeat 5px center;
|
||||||
padding-left: 35px;
|
padding-left: 35px;
|
||||||
|
@ -389,6 +389,15 @@ samp {
|
|||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.userMenu li.userMenu-favs > a {
|
||||||
|
padding: 0 14px;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.userMenu li.userMenu-favs > a:before {
|
||||||
|
content: '★';
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
/*************************************
|
/*************************************
|
||||||
************ PROFILE MODAL ***********
|
************ PROFILE MODAL ***********
|
||||||
**************************************/
|
**************************************/
|
||||||
@ -961,11 +970,6 @@ samp {
|
|||||||
color: #727578;
|
color: #727578;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 195, ../sass/_postboard.sass */
|
|
||||||
.post-favorite {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* line 200, ../sass/_postboard.sass */
|
/* line 200, ../sass/_postboard.sass */
|
||||||
.post .show-more {
|
.post .show-more {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -1014,7 +1018,7 @@ samp {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
/* line 236, ../sass/_postboard.sass */
|
/* line 236, ../sass/_postboard.sass */
|
||||||
.open .related:hover .post-reply, .mini-profile .post-area-new .related:hover .post-reply, #postboard-top .post-area .post-area-new .related:hover .post-reply, .open .related:hover .post-propagate, .mini-profile .post-area-new .related:hover .post-propagate, #postboard-top .post-area .post-area-new .related:hover .post-propagate {
|
.open .related:hover .post-reply, .mini-profile .post-area-new .related:hover .post-reply, #postboard-top .post-area .post-area-new .related:hover .post-reply, .open .related:hover .post-propagate, .mini-profile .post-area-new .related:hover .post-propagate, #postboard-top .post-area .post-area-new .related:hover .post-propagate, .open .related:hover .post-favorite, .mini-profile .post-area-new .related:hover .post-favorite, #postboard-top .post-area .post-area-new .related:hover .post-favorite {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user