Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with setting the background-color as completely transparent #14

Open
arpy8 opened this issue Mar 27, 2024 · 0 comments
Open

Issue with setting the background-color as completely transparent #14

arpy8 opened this issue Mar 27, 2024 · 0 comments

Comments

@arpy8
Copy link

arpy8 commented Mar 27, 2024

I am facing problem while setting the sidebar as completely transparent, is there any way to achieve this?

image

Code:

  selected_task = on_hover_tabs(
      tabName=['Homepage', 'Process Data', 'How to Use', 'Learn', 'About Us'],
      iconName=['home', 'engineering', 'info','school', 'contact_support'],
      styles = {
          'navtab': {'background-color':'transparent',
                      'color': '#ffffff',
                      'font-size': '18px',
                      'transition': '.5s',
                      'white-space': 'nowrap',
                      'text-transform': 'uppercase'},
          'tabOptionsStyle': {':hover :hover': {'color': 'red',
                                          'cursor': 'pointer'},
                          'background-color':'transparent !important'
                          },
          'iconStyle':{'background-color':'transparent !important',
                      'position':'fixed',
                      'left':'7.5px',
                      'text-align': 'left'},
          'tabStyle' : {'background-color':'transparent',
                      'list-style-type': 'none',
                      'margin-bottom': '30px',
                      'padding-left': '30px'},
          'navtab' : {
              'background-color':'#0000 !important',
              'color': '#ffffff',
              }
          },
      
      key="1", 
      default_choice=0)

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant