Narendra678 opened a new issue #16225:
URL: https://github.com/apache/superset/issues/16225


   ## Screenshot
   
   [drag & drop image(s) here!]
   
   ## Description
   
   I have three tabs/Dashboards, and i added css to highlight background to 
black.
   Now the issue is the three tabs shows as normal(not highlighted) with 
selected one.
   
   COde: body{
       background: #000;
       font-family: "Times New Roman", Times, serif;
   }
   .header-title {
       color: #fff;
       background: #000;
   }
   .slice_container {
       color: #fff;
       background: #000;
   }
   .grid-row {
       color: #fff;
       background: #000;
   }
   .dashboard-component {
       color: #fff;
       background: #000;
   }
   .dragdroppable {
       color: #fff;
       background: #000;
   }
   .chart-container {
       color: #fff;
       background: #000;
       opacity: 1;
   }
   .bar-chart-label {
     color: #fff;
   }
   
   
![Tabs](https://user-images.githubusercontent.com/88739186/129160552-3234eb01-a57d-405f-bf20-ae89cf83a2ac.PNG)
   
   
   ## Design input
   [describe any input/collaboration you'd like from designers, and
   tag accordingly. For design review, add the
   label `design:review`. If this includes a design proposal,
   include the label `design:suggest`]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to