hide unused buttons.

This commit is contained in:
CBS Information System 2020-12-04 14:19:16 +09:00
parent 1553ff91e5
commit fed0681af9

View File

@ -356,4 +356,12 @@ form#searchform input#searchsubmit {
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right { #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right {
margin-left: 0 !important; margin-left: 0 !important;
} }
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-report,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-close,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-private,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-sticky,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-solved,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top .wpf-action.wpforo-unsolved,
#wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpf-post-button-actions span.wpf-action.wpforo-like {
display: none;
}