style-mac.css 964 B

1234567891011121314151617181920
  1. /*--------------------------------------- Tab Page ----------------------------------------------*/
  2. QTabWidget::pane {
  3. top:0.6em; /*fixes mac vertical centering*/
  4. }
  5. /*--------------------------------------- mainWindow style ----------------------------------------------*/
  6. QMainWindow{
  7. background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(49, 43, 76, 255), stop:0.155 rgba(32, 26, 38, 255), stop:0.156 rgba(240, 239, 238, 255), stop:1 rgba(240, 239, 238, 255));
  8. }
  9. .DeploymentPage > QGroupBox{
  10. margin-top:10px;
  11. }
  12. .DeploymentPage > QPushButton, .ProgressDialog QPushButton, .NewProjectPage QPushButton, .ProgressFinishedDialog QPushButton, .ToolBarEditorAdd QPushButton{
  13. margin:0px 0px 0px 15px;
  14. }
  15. QPushButton{ padding-left:5px; padding-right:5px;}
  16. #PackageGroupBox QPushButton{ /*fixes button crowding issue*/
  17. margin:0 10px 0 0;
  18. }
  19. #ProjectInformationGroupBox{border:none;}
  20. #ExistingProjectInfoLastUpdateValue{padding:0; margin:0;}