| } | } | ||||
| } | } | ||||
| /* 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, |