Skip to content

Commit

Permalink
Fixes for RES filters
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvhs committed Nov 17, 2017
1 parent f222b95 commit 463764c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2385,4 +2385,13 @@ html.SHINE .hohoho-header {
position: absolute;
left: -45px;
top: -10px;
}

/* RES FIXES */
html.SHINE #header ul.tabmenu li.res-toggle-filterline-visibility {
display: none;
}

html.SHINE #header ul.tabmenu:hover li.res-toggle-filterline-visibility {
display: inline-block;
}

0 comments on commit 463764c

Please sign in to comment.