/* GLOBAl --------------------------------------------------------------------*/ #GiQToolbox #scrollAreaWidgetContents { background: #d1d4d5; } #GiQToolbox #scrollAreaWidgetContents > QFrame { background: transparent; } #GiQToolbox #scrollAreaWidgetContents > QGroupBox { font-weight: bold; background: transparent; } #GiQToolbox #scrollAreaWidgetContents > QGroupBox::title { left: 5px; padding: 0px 5px; } /* Material ------------------------------------------------------------------*/ #wGiImageWidget { background: transparent; } #wGiMaterialBox { background: transparent; } #m_materialSection QTableView { border: 1px solid #acb0b2; selection-background-color: #cae2fc; selection-color: #444444; /* transparent create some bugs with checkboxes on linux with Qt 5 Use the background color instead make the whole thing work. */ background: #d1d4d5; } #m_materialSection QTableView::item { padding: 15px; } #m_materialSection QHeaderView::section { background-color: #e4e5e6; color: #444444; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; border: 1px solid #d1d4d5; font: 10px normal; /* Due to QHeader style implementation on linux and windows non enabled columns (see QxTableModel::flags function) are not in bold so if we want to have same header text weight we had to specify it. */ font-weight: bold; } /* Display -------------------------------------------------------------------*/ #m_displayControlGroup QxRangeSliderWithColorbar { max-height: 20px; } #m_display3dOption { background: transparent; } #wSelection2d3d { background: transparent; } #wGi3DLasso { background: transparent; } /* ToolsBox ------------------------------------------------------------------*/ #GiQToolbox #scrollAreaWidgetContents > QFrame#wGiToolsFrame { border-bottom: 1px solid #acb0b2; margin: 0px; background: #e4e5e6; } #wGiToolsWidget { background: transparent; } #wGiToolsBox { background: transparent; } #GiQToolbox #m_maskingContainer { background: #e4e5e6; } #m_tabToolWidget { background: transparent; border: none; } #qt_tabwidget_stackedwidget { background: transparent !important; border: none; } #m_tabToolWidget #qt_tabwidget_tabbar { background: transparent; border: none; } #wGiToolsBox QTabWidget::pane { position: absolute; background: transparent; border: none; } #m_tabToolWidget { border: none; } #GiQToolbox QTabBar { background: #bfc2c4; icon-size: 28px; qproperty-expanding: false; /* Remove the tab bar default drawing to avoid custom effect on the various os */ qproperty-drawBase: 0; } #GiQToolbox QTabBar::tab { height: 40px; width: 31px; padding-left: 7px; border: none; background: none; border-left: 1px solid transparent; border-right: 1px solid transparent; } /* Add some margin to be aligned with the content */ #GiQToolbox QTabBar::tab:first { margin-left: 10px; } #GiQToolbox QTabBar::tab:selected, #GiQToolbox QTabBar::tab:hover { background: #cae2fc; border-radius: 0; border-left: 1px solid #88b0e8; border-right: 1px solid #88b0e8; padding-top: 1px; } #GiPickRegionWidgetBase, #GiBrushWidgetBase, #GiLassoWidgetBase, #GiMagicWandWidgetBase, #GiPropagatingFrontWidgetBase, #GiPickRegionWidgetBase, #GiBlowToolWidgetBase, #GiThresholdToolWidgetBase, #GiThresholdToolWidgetBase, #GiWatershedWidgetBase, #GiZoomToolWidgetBase { background: #e4e5e6; } #m_kernelSize { margin-top: 0px; padding: 2px; } /* Info ----------------------------------------------------------------------*/ #wGiPositionInfo { padding: 0px; margin: 0px; background: #9a9ea1; } /* Viewers -------------------------------------------------------------------*/ #Qx2dViewerZoomWidgetBase { background: none; } QFrame[style="viewerButtonFrame"] > QLabel { color: white; } QFrame[style="viewerButtonFrame"] { background: rgba(0,0,0,127); border-radius: 15px; } QFrame[style="viewerButtonFrame"] > QToolButton::hover { border: none; }