|
|
|
@@ -59,7 +59,7 @@ |
|
|
|
|
|
|
|
.ace_marker-layer .ace_bracket { |
|
|
|
margin: -1px 0 0 -1px; |
|
|
|
border: 1px solid black; |
|
|
|
border: 1px solid #cccccc; |
|
|
|
} |
|
|
|
|
|
|
|
.ace_marker-layer .ace_active-line { |
|
|
|
@@ -73,7 +73,7 @@ |
|
|
|
.ace_marker-layer .ace_foreign_line { |
|
|
|
position: absolute; |
|
|
|
z-index: -1; |
|
|
|
background-color: #d8dee9; |
|
|
|
background-color: #eceff4; |
|
|
|
} |
|
|
|
|
|
|
|
.ace_marker-layer .ace_active_debug_line { |
|
|
|
@@ -208,7 +208,7 @@ |
|
|
|
.ace_bracket { |
|
|
|
margin: 0 !important; |
|
|
|
border: 0 !important; |
|
|
|
background-color: black; |
|
|
|
background-color: #cccccc; |
|
|
|
} |
|
|
|
|
|
|
|
.ace_console_error { |
|
|
|
@@ -267,7 +267,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
|
|
|
|
/* toolbar and selected tab */ |
|
|
|
.rstudio-themes-flat .rstudio-themes-default .rstheme_center, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected table.rstheme_tabLayoutCenter { |
|
|
|
background: #e5e9f0 !important; |
|
|
|
background: #eceff4 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTab-selected .gwt-Label { |
|
|
|
@@ -279,7 +279,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper { |
|
|
|
background: #e5e9f0 !important; |
|
|
|
background: #eceff4 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper button, .rstudio-themes-flat .rstheme_toolbarWrapper a, .rstudio-themes-flat .rstheme_toolbarWrapper div { |
|
|
|
@@ -295,12 +295,12 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .search, .rstudio-themes-flat.rstudio-themes-default-menus .search { |
|
|
|
background: #e5e9f0 !important; |
|
|
|
background: #eceff4 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* pane toolbars */ |
|
|
|
.rstheme_secondaryToolbar, .rstudio-themes-flat .dataGridHeader { |
|
|
|
background: #e5e9f0 !important; |
|
|
|
background: #eceff4 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* menu background */ |
|
|
|
@@ -315,11 +315,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .themedPopupPanel { |
|
|
|
border: solid 1px black; |
|
|
|
border: solid 1px #cccccc; |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .themedPopupPanel ~ div.popupContent div:nth-child(1) { |
|
|
|
border: solid 1px black; |
|
|
|
border: solid 1px #cccccc; |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .popupContent { |
|
|
|
@@ -329,7 +329,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
|
|
|
|
.rstudio-themes-flat .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { |
|
|
|
background: white !important; |
|
|
|
border: solid 1px black; |
|
|
|
border: solid 1px #cccccc; |
|
|
|
} |
|
|
|
|
|
|
|
.rstudio-themes-flat .gwt-PopupPanel .popupContent { |
|
|
|
@@ -365,7 +365,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d |
|
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb, |
|
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars::-webkit-scrollbar-thumb, |
|
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb { |
|
|
|
background: #d8dee9; |
|
|
|
background: #eceff4; |
|
|
|
border: 4px solid white; |
|
|
|
} |
|
|
|
|