Преглед изворни кода

Fix dataTables data frame preview tab for dark themes

base16
Garrick Aden-Buie пре 7 година
родитељ
комит
e43901e210
1 измењених фајлова са 14 додато и 1 уклоњено
  1. +14
    -1
      src/rstudio/_rstudio-dark.scss

+ 14
- 1
src/rstudio/_rstudio-dark.scss Прегледај датотеку

@@ -303,12 +303,25 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g
}
}

/* hacky toolbars section */
.rstudio-themes-flat .rstudio-themes-dark-grey {
div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) {
/* hacky toolbars section */
background: $ui-rstudio-tabs-inactive !important;
}
}
/* Data Frame Preview */
.dataTables_wrapper thead th {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_scrollBody table tbody td:first-child {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}
.dataTables_info {
background: darken($ui-rstudio-tabs-selected, 5%) !important;
color: $ui-rstudio-tabs-selected-color !important;
}

/* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,

Loading…
Откажи
Сачувај