/* -------------------------------------------------------------------------------- SearchField -------------------------------------------------------------------------------- */ hxobjectsexplorer--SearchField { border: 1px solid #45474A; border-radius: 11px; padding-left: 17px; selection-background-color: darkgray; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #C7C7C7, stop: 0.2 #ECECEC, stop: 0.8 #ECECEC, stop: 1.0 #C7C7C7); background-image: url(icons:ObjectsExplorer/Search.png); background-position: left center; background-repeat: no-repeat; } hxobjectsexplorer--SearchField:focus { border: 2px solid #7AABD0; selection-background-color: #7AABD0; } /* -------------------------------------------------------------------------------- SearchFieldOptions -------------------------------------------------------------------------------- */ #SearchFieldOptionsContainer { border: 1px solid black; background-color: #F2F2F2; } /* -------------------------------------------------------------------------------- CompleterPopup -------------------------------------------------------------------------------- */ hxobjectsexplorer--CompleterPopup { background-color: #F2F2F2; } /* -------------------------------------------------------------------------------- PanelPreview buttons -------------------------------------------------------------------------------- */ hxobjectsexplorer--PanelPreview QPushButton[PanelPreviewButton="true"] { border-radius: 6px; border: 1px solid #A8A8A8; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F5F5F5, stop: 1.0 #DEDEDE); padding-left: 10px; padding-right: 10px; min-height: 16px; } hxobjectsexplorer--PanelPreview QPushButton[PanelPreviewButton="true"]:hover { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #DEDEDE, stop: 1.0 #F5F5F5); } hxobjectsexplorer--PanelPreview QToolButton#m_buttonFavorite { border: none; background: none; padding: 0px; } /* -------------------------------------------------------------------------------- Menus: QxObjectPopupMenu, CreateMenu -------------------------------------------------------------------------------- */ QxObjectPopupMenu, #CreateMenu { border: 1px solid black; margin: 0px; } #m_searchFieldContainer { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #D4D6D9, stop: 1.0 #ACB0B5); } /* -------------------------------------------------------------------------------- Explorer and contents (Panel, PanelPreview) -------------------------------------------------------------------------------- */ hxobjectsexplorer--Explorer #scrollAreaWidgetContents { background-color: #ACB0B5; } hxobjectsexplorer--Explorer #m_panelsContainer, hxobjectsexplorer--PanelPreview #scrollAreaWidgetContents { background: none; } hxobjectsexplorer--Panel, hxobjectsexplorer--PanelPreview { border: 1px solid black; background-color: #F2F2F2; } hxobjectsexplorer--ObjectPopupFavorite hxobjectsexplorer--Panel { border: 0px; margin: 2px; } /* -------------------------------------------------------------------------------- Options button menu: the menu indicator (arrow) is centered and padded on the right of the button. -------------------------------------------------------------------------------- */ hxobjectsexplorer--ObjectPopup QToolButton#m_buttonOptions { padding-right: 10px; } hxobjectsexplorer--ObjectPopup QToolButton#m_buttonOptions::menu-indicator { width: 10px; height: 10px; top: 2px; left: 1px; margin-right: 5px; subcontrol-origin: padding; subcontrol-position: right center; }