Home
last modified time | relevance | path

Searched refs:themeStyles (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/theme/
H A DMinimizedWindowFrame.java54 ThemeStyles themeStyles = ThemeResources.INSTANCE.themeStyles(); in MinimizedWindowFrame() local
57 layout_.setStylePrimaryName(themeStyles.minimizedWindow()); in MinimizedWindowFrame()
58 layout_.addStyleName(themeStyles.rstheme_minimizedWindowObject()); in MinimizedWindowFrame()
64 layout_.addWest(createDiv(themeStyles.left()), leftPadding); in MinimizedWindowFrame()
65 layout_.addEast(createDiv(themeStyles.right()), 8); in MinimizedWindowFrame()
69 inner.setStylePrimaryName(themeStyles.rstheme_center()); in MinimizedWindowFrame()
74 titleLabel.setStylePrimaryName(themeStyles.title()); in MinimizedWindowFrame()
77 headerPanel.setStylePrimaryName(themeStyles.primaryWindowFrameHeader()); in MinimizedWindowFrame()
96 minimize.setStylePrimaryName(themeStyles.minimize()); in MinimizedWindowFrame()
105 maximize.setStylePrimaryName(themeStyles.maximize()); in MinimizedWindowFrame()
H A DMinimizedModuleTabLayoutPanel.java38 addStyleName(ThemeResources.INSTANCE.themeStyles().moduleTabPanel()); in MinimizedModuleTabLayoutPanel()
39 addStyleName(ThemeResources.INSTANCE.themeStyles().minimized()); in MinimizedModuleTabLayoutPanel()
49 ThemeStyles styles = ThemeResources.INSTANCE.themeStyles(); in setTabs()
H A DWindowFrame.java51 final ThemeStyles styles = ThemeResources.INSTANCE.themeStyles(); in WindowFrame()
191 final ThemeStyles styles = ThemeResources.INSTANCE.themeStyles(); in setMainWidget()
339 final ThemeStyles styles = ThemeResources.INSTANCE.themeStyles(); in showWindowFocusIndicator()
/dports/www/matomo/piwik/core/View/
H A DHtmlReportEmailHeaderView.php66 $themeStyles = ThemeStyles::get();
71 $view->themeStyles = $themeStyles;
74 …$view->fontStyle = 'color:' . $themeStyles->colorText . ';font-family:' . $themeStyles->fontFamily…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/ui/
H A DConsoleTabPanel.java371 owner_.addStyleName(ThemeResources.INSTANCE.themeStyles().consoleOnlyWindowFrame()); in managePanels()
373 owner_.removeStyleName(ThemeResources.INSTANCE.themeStyles().consoleOnlyWindowFrame()); in managePanels()
457 if (c.hasClassName(ThemeResources.INSTANCE.themeStyles().windowFrameWidget())) in addLayoutStyles()
460 if (c.hasClassName(ThemeResources.INSTANCE.themeStyles().primaryWindowFrameHeader())) in addLayoutStyles()
463 if (c.hasClassName(ThemeResources.INSTANCE.themeStyles().minimize())) in addLayoutStyles()
466 if (c.hasClassName(ThemeResources.INSTANCE.themeStyles().maximize())) in addLayoutStyles()
470 … if (hasWidgetClass) e.addClassName(ThemeResources.INSTANCE.themeStyles().consoleWidgetLayout()); in addLayoutStyles()
471 … if (hasHeaderClass) e.addClassName(ThemeResources.INSTANCE.themeStyles().consoleHeaderLayout()); in addLayoutStyles()
472 …if (hasMinimizeClass) e.addClassName(ThemeResources.INSTANCE.themeStyles().consoleMinimizeLayout()… in addLayoutStyles()
473 …if (hasMaximizeClass) e.addClassName(ThemeResources.INSTANCE.themeStyles().consoleMaximizeLayout()… in addLayoutStyles()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/resourceloader/
H A DResourceLoaderOOUIFileModule.php32 private $themeStyles = []; variable in ResourceLoaderOOUIFileModule
40 $this->themeStyles = $this->getSkinSpecific( $options['themeStyles'], 'styles' );
49 $this->skinStyles = $this->extendSkinSpecific( $this->skinStyles, $this->themeStyles );
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DShowContentDialog.java42 styleName_ = ThemeResources.INSTANCE.themeStyles().showFile(); in ShowContentDialog()
47 content_ = "<pre class=\"" + ThemeResources.INSTANCE.themeStyles().showFilePreFixed() + in ShowContentDialog()
49 styleName_ = ThemeResources.INSTANCE.themeStyles().showFileFixed(); in ShowContentDialog()
H A DLeftRightToggleButton.java81 left_.addClassName(ThemeResources.INSTANCE.themeStyles().handCursor()); in LeftRightToggleButton()
83 right_.addClassName(ThemeResources.INSTANCE.themeStyles().handCursor()); in LeftRightToggleButton()
H A DMessageDialogLabel.java41 ThemeResources.INSTANCE.themeStyles().dialogMessage()); in setStyle()
H A DToolbarSeparator.java36 ThemeResources.INSTANCE.themeStyles().toolbarSeparator()); in ToolbarSeparator()
H A DDataTableColumnWidget.java30 ThemeStyles styles = ThemeResources.INSTANCE.themeStyles(); in DataTableColumnWidget()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/dashboard/assets/components/
H A DHeader.jsx39 // themeStyles returns the styles generated from the theme for the component.
40 const themeStyles = (theme: Object) => ({ constant
83 export default withStyles(themeStyles)(Header);
H A DSideBar.jsx41 // themeStyles returns the styles generated from the theme for the component.
42 const themeStyles = theme => ({ constant
116 export default withStyles(themeStyles)(SideBar);
H A DMain.jsx41 // themeStyles returns the styles generated from the theme for the component.
42 const themeStyles = theme => ({ constant
130 export default withStyles(themeStyles)(Main);
H A DFooter.jsx58 // themeStyles returns the styles generated from the theme for the component.
59 const themeStyles: Object = (theme: Object) => ({ constant
179 export default withStyles(themeStyles)(Footer);
H A DDashboard.jsx148 // themeStyles returns the styles generated from the theme for the component.
149 const themeStyles: Object = (theme: Object) => ({ constant
252 export default withStyles(themeStyles)(Dashboard);
/dports/www/matomo/piwik/plugins/CoreHome/templates/
H A D_htmlEmailFooter.twig1 {% set fontStyle %}color:{{ themeStyles.colorText|e('html_attr') }};font-family:{{ themeStyles.font…
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/impl/
H A DWebApplicationHeader.java133 logoAnchor_.setStylePrimaryName(themeResources.themeStyles().logoAnchor()); in initialize()
137 headerBarPanel_.setStylePrimaryName(themeResources.themeStyles().header()); in initialize()
150 mainMenu_.addStyleName(themeResources.themeStyles().mainMenu()); in initialize()
179 mainMenu_.addStyleName(themeResources.themeStyles().noLogo()); in initialize()
180 toolbar_.addStyleName(themeResources.themeStyles().noLogo()); in initialize()
225 toolbar_.addStyleName(themeResources.themeStyles().webGlobalToolbar()); in initialize()
226 toolbar_.getWrapper().addStyleName(themeResources.themeStyles().webGlobalToolbarWrapper()); in initialize()
/dports/www/matomo/piwik/plugins/CoreHome/
H A DCoreHome.php72 $themeStyles = ThemeStyles::get();
73 $mergedContent = $themeStyles->toLessCode() . "\n" . $mergedContent;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/command/
H A DPanmirrorToolbar.css8 is the value hard coded for .rstudio-themes-flat .gwt-TabLayoutPanelTabs in themeStyles.css
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/appended/
H A DFancyButton.java55 addStyleName(ThemeResources.INSTANCE.themeStyles().handCursor()); in FancyButton()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/files/filedialog/
H A DPathBreadcrumbWidget.java80 browse.addStyleName(ThemeResources.INSTANCE.themeStyles().handCursor()); in PathBreadcrumbWidget()
188 anchor.addStyleName(ThemeResources.INSTANCE.themeStyles().handCursor()); in addAnchor()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/snippets/ui/
H A DEditableSnippets.java41 label.addStyleName(ThemeResources.INSTANCE.themeStyles().handCursor()); in EditableSnippets()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/
H A DConsoleInterruptProfilerButton.java39 button.addStyleName(ThemeResources.INSTANCE.themeStyles().toolbarButtonLeftImage()); in CreateProfilerButton()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ui/
H A DRMarkdownNoParamsDialog.java70 ThemeResources.INSTANCE.themeStyles().dialogMessage()); in createMainWidget()

123