Jump to content

Horizontal navigation arrows on new 4.0 'too white'...


d00zah
Go to solution Solved by Happy2Play,

Recommended Posts

d00zah

@@Happy2Play, is there any CSS magic for changing the transparency of the navigation arrows (outlined in RED) on the new 4.0 server?

 

post-10374-0-00686000-1547161214_thumb.jpg

 

The white is a tad too stark for my taste, but it occurs to me the black arrow might get lost. Any suggestions?

 

TIA

 

 
Link to comment
Share on other sites

  • Solution
Happy2Play

:) Some thing like this.  Default opacity is .9.
 


/*Left and Right Scroll Button Opacity*/
div.scrollbuttoncontainer {background: rgba(255,255,255,.5); }
  • Like 2
Link to comment
Share on other sites

d00zah

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!!!

Link to comment
Share on other sites

  • 3 months later...
hshah

It was also too wide for my liking, so I added:

/*Left and Right Scroll Button Width*/
.paper-icon-button-light { padding: 0em; }
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...