You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/21 08:24:20 UTC

[GitHub] [superset] visakhmurukes edited a comment on issue #4040: Dark Theme?

visakhmurukes edited a comment on issue #4040:
URL: https://github.com/apache/superset/issues/4040#issuecomment-764465227


   @DrissiReda  here you go
   
   `@import 'https://fonts.googleapis.com/css?family=Open+Sans';
   
   * {
   	-webkit-box-sizing: border-box;
   	box-sizing: border-box;
   }
   
   body{
   	font-family: 'Open Sans', sans-serif;
   	line-height: 1.75em;
   	font-size: 16px;
   	background-color: #222;
   	color: #aaa;
   }
   .superset-legacy-chart-table {
       background-color: #333 !important;
   }
   
   .nvtooltip table td, .nvtooltip table td strong.x-value {
   color:#222;
   }
   
   iframe {
   width: 80%;
   height: 80%;
   }
   
   .table{
      background-color:#333 !important;
   }
   
   .table .table{
      background-color:#333 !important;
   }
   
   .table-striped>tbody>tr:nth-of-type(odd){
   background-color:#333 !important;
   }
   
   .dashboard-component-chart-holder {
      background-color: #303030;
      border-radius: 5px;
   }
   .header-line {
     color: #f5f5f5;
   }
   
   .nv-legend-text{
    fill:#fcfcfc !important;
   }
   .treemap text tspan{
      fill: midnightblue;
      text-shadow:none;
   }
   
   .nv-label text {
    fill:#fcfcfc !important;
   
   }
   .nvd3.nv-pie.nv-slice path{
   stroke:#c5c5c5;
   }
   
   text {
    fill: #fcfcfc;
   text-shadow:0 0 1px #000;
   }
   
   .dashboard-component-chart-holder{
   color:#c2c2c2;
   }
   
   .simple-container {
   	max-width: 675px;
   	margin: 0 auto;
   	padding-top: 70px;
   	padding-bottom: 20px;
   }
   
   .Select-control{
   background-color: #ccc;
   }
   .Select-value-label{
   color: #c66e01e0;
   }
   
   .simple-print {
   	fill: white;
   	stroke: white;
   }
   .simple-print svg {
   	height: 100%;
   }
   
   .simple-close {
   	color: white;
   	border-color: white;
   }
   
   .simple-ext-info {
   	border-top: 1px solid #aaa;
   }
   
   p {
   	font-size: 16px;
   }
   
   h1 {
   	font-size: 30px;
   	line-height: 34px;
   }
   
   h2 {
   	font-size: 20px;
   	line-height: 25px;
   }
   
   h3 {
   	font-size: 16px;
   	line-height: 27px;
   	padding-top: 15px;
   	padding-bottom: 15px;
   	border-bottom: 1px solid #D8D8D8;
   	border-top: 1px solid #D8D8D8;
   }
   
   hr {
   	height: 1px;
   	background-color: #d8d8d8;
   	border: none;
   	width: 100%;
   	margin: 0px;
   }
   
   a[href] {
   	color: #1e8ad6;
   }
   
   a[href]:hover {
   	color: #3ba0e6;
   }
   
   img {
   	max-width: 100%;
   }
   
   li {
   	line-height: 1.5em;
   }
   
   aside,
   [class *= "sidebar"],
   [id *= "sidebar"] {
   	max-width: 90%;
   	margin: 0 auto;
   	border: 1px solid lightgrey;
   	padding: 5px 15px;
   }
   
   @media (min-width: 1921px) {
   	body {
   		font-size: 18px;
   	}
   }`


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org