Jump to content

css to lighten guide sidebar in order to accommodate dark transparent S-D icons


mitomac

Recommended Posts

mitomac

Greetings,

 

I'm using schedule-direct json to pull in guide information including channel icons.  All is working fine, expect that many of the icons are black on a transparent background.  Thus, in the default theme it near impossible to see the channel icons (in the leftmost guide column or even on the cards in the 'channels' section.  I've played around with the css -- but having trouble pinpointing the exact parameters I need.  For example, I can see that the left most guide column is '#2d2d2d' and I would like to lighten it to '#888888', but darn if I can figure out the correct css class.  

 

Many thanks!

 

Mitomac

Edited by mitomac
Link to comment
Share on other sites

pir8radio

Have not tested, but have you tried

 

button.channelHeaderCell  {
    color settings here;
}
Link to comment
Share on other sites

mitomac

Perfect !

 

button.channelHeaderCell  {
    background-color: #777777
}
 
works like a charm.
 
Cheers,
 
mitomac
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...