d00zah 143 Posted January 10, 2019 Posted January 10, 2019 @@Happy2Play, is there any CSS magic for changing the transparency of the navigation arrows (outlined in RED) on the new 4.0 server? The white is a tad too stark for my taste, but it occurs to me the black arrow might get lost. Any suggestions? TIA
Solution Happy2Play 9441 Posted January 10, 2019 Solution Posted January 10, 2019 Some thing like this. Default opacity is .9. /*Left and Right Scroll Button Opacity*/ div.scrollbuttoncontainer {background: rgba(255,255,255,.5); } 2
d00zah 143 Posted January 11, 2019 Author Posted January 11, 2019 Dat's da ticket! Settled on .2. .1 was OK & the 'green halo' kept the arrow from getting lost, but not 'obvious' enough for other users. Hope this wasn't discussed elsewhere. Thank you!!!
hshah 19 Posted April 22, 2019 Posted April 22, 2019 It was also too wide for my liking, so I added: /*Left and Right Scroll Button Width*/ .paper-icon-button-light { padding: 0em; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now