Kaynağa Gözat

Fix dataTables data frame preview tab for dark themes

base16
Garrick Aden-Buie 7 yıl önce
ebeveyn
işleme
e43901e210
1 değiştirilmiş dosya ile 14 ekleme ve 1 silme
  1. +14
    -1
      src/rstudio/_rstudio-dark.scss

+ 14
- 1
src/rstudio/_rstudio-dark.scss Dosyayı Görüntüle

} }
} }


/* hacky toolbars section */
.rstudio-themes-flat .rstudio-themes-dark-grey { .rstudio-themes-flat .rstudio-themes-dark-grey {
div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) { div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) {
/* hacky toolbars section */
background: $ui-rstudio-tabs-inactive !important; 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 */ /* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs, .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,

Yükleniyor…
İptal
Kaydet