Kite 8c766d
/* -----------------------------------------------------------------------------
manongjohn d6e3cc
   Schematic Viewer
manongjohn d6e3cc
----------------------------------------------------------------------------- */
manongjohn d6e3cc

manongjohn d6e3cc
SchematicViewer {
manongjohn d6e3cc
  qproperty-TextColor: @schematic-text-color;
manongjohn d6e3cc
  qproperty-VerticalLineColor: @schematic-VerticalLine-color;
manongjohn d6e3cc

manongjohn d6e3cc
  qproperty-LevelColumnColor: @schematic-LevelColumn-color;
manongjohn d6e3cc
  qproperty-VectorColumnColor: @schematic-VectorColumn-color;
manongjohn d6e3cc
  qproperty-ChildColumnColor: @schematic-ChildColumn-color;
manongjohn d6e3cc
  qproperty-FullcolorColumnColor: @schematic-FullColorColumn-color;
manongjohn d6e3cc
  qproperty-FxColumnColor: @schematic-FxColumn-color;
manongjohn d6e3cc
  qproperty-PaletteColumnColor: @schematic-PaletteColumn-color;
manongjohn d6e3cc
  qproperty-MeshColumnColor: @schematic-MeshColumn-color;
manongjohn d6e3cc

manongjohn d6e3cc
  qproperty-TableColor: @schematic-TableColor;
manongjohn d6e3cc
  qproperty-ActiveCameraColor: @schematic-ActiveCameraColor;
manongjohn d6e3cc
  qproperty-OtherCameraColor: @schematic-OtherCameraColor;
manongjohn d6e3cc
  qproperty-GroupColor: @schematic-GroupColor;
manongjohn d6e3cc
  qproperty-PegColor: @schematic-PegColor;
manongjohn d6e3cc
  qproperty-SplineColor: @schematic-SplineColor;
manongjohn d6e3cc
  qproperty-ActiveOutputColor: @schematic-ActiveOutputcolor;
manongjohn d6e3cc
  qproperty-OtherOutputColor: @schematic-OtherOutputcolor;
manongjohn d6e3cc
  qproperty-XsheetColor: @schematic-XsheetColor;
manongjohn d6e3cc
  qproperty-NormalFxColor: @schematic-NormalFxColor;
manongjohn d6e3cc
  qproperty-MacroFxColor: @schematic-MacroFxColor;
manongjohn d6e3cc
  qproperty-ImageAdjustFxColor: @schematic-ImageAdjustFxColor;
manongjohn d6e3cc
  qproperty-LayerBlendingFxColor: @schematic-LayerBlendingFxColor;
manongjohn d6e3cc
  qproperty-MatteFxColor: @schematic-MatteFxColor;
manongjohn d6e3cc

manongjohn d6e3cc
  qproperty-SchematicPreviewButtonBgOnColor: @schematic-PreviewButtonBgOn-color;
manongjohn d6e3cc
  qproperty-SchematicPreviewButtonOnImage: url('@{img-url}/@{schematic-PreviewButtonOnImage}');
manongjohn d6e3cc
  qproperty-SchematicPreviewButtonBgOffColor: @schematic-PreviewButtonBgOff-color;
manongjohn d6e3cc
  qproperty-SchematicPreviewButtonOffImage: url('@{img-url}/@{schematic-PreviewButtonOffImage}');
manongjohn d6e3cc

manongjohn d6e3cc
  qproperty-SchematicCamstandButtonBgOnColor: @schematic-CamstandButtonBgOn-color;
manongjohn d6e3cc
  qproperty-SchematicCamstandButtonOnImage: url('@{img-url}/@{schematic-CamstandButtonOnImage}');
manongjohn d6e3cc
  qproperty-SchematicCamstandButtonTranspImage: url('@{img-url}/@{schematic-CamstandButtonTranspImage}');
manongjohn d6e3cc
  qproperty-SchematicCamstandButtonBgOffColor: @schematic-CamstandButtonBgOff-color;
manongjohn d6e3cc
  qproperty-SchematicCamstandButtonOffImage: url('@{img-url}/@{schematic-CamstandButtonOffImage}');
manongjohn d6e3cc
}
manongjohn d6e3cc

manongjohn d6e3cc
/* -----------------------------------------------------------------------------
Kite 8c766d
   Schematic Node Viewer
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#SchematicBottomFrame {
Kite 8c766d
  background-color: @bg;
Kite 8c766d
  border: 0;
Kite 8c766d
  margin: 0;
Kite 8c766d
  padding: 0;
Kite 8c766d
  & QToolBar {
Kite 8c766d
    &::separator:horizontal {
Kite 8c766d
      margin: 0;
Kite 8c766d
    }
Kite 8c766d
    & QToolButton {
Kite 8c766d
      &:extend(.button-tool all);
Kite 8c766d
      padding: 0;
Kite 8c766d
      margin: 2;
Kite 8c766d
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#SchematicSceneViewer {
Kite 8c766d
  background-color: @schematic-viewer-bg-color;
Kite 8c766d
  border-bottom: 1 solid @accent;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   FX Settings
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#FxSettingsTabBar {
Kite 8c766d
  &::tab {
Kite 6ecce0
    &:extend(.tab-flat all);
Kite 6ecce0
    border-top: 1 solid @accent;
Kite 6ecce0
    &::first,
Kite 6ecce0
    &::only-one {
Kite 6ecce0
      border-left: 1 solid @accent;
Kite 6ecce0
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
FxSettings {
Kite 8c766d
  & QToolBar {
Kite 8c766d
    border-top: 1 solid @accent;
Kite 8c766d
    border-right: 1 solid @accent;
Kite 8c766d
    border-left: 1 solid @accent;
Kite 8c766d
    min-height: 23; // prevent shrinking
Kite 8c766d
    padding: 3 0;
Kite 8c766d
    & QToolBar {
Kite 8c766d
      border: 0;
Kite 8c766d
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#FxSettingsLabel {
Kite 8c766d
  color: @schematic-label-text-color;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#FxSettingsHelpButton {
Kite 8c766d
  background-color: @schematic-help-button-bg-color;
Kite 8c766d
  color: #000;
Kite 8c766d
  // remove vertical padding
Kite 8c766d
  // otherwise text gets clipped
Kite 8c766d
  padding-top: 0;
Kite 8c766d
  padding-bottom: 0;
Kite 8c766d
  &:hover {
Kite 8c766d
    background-color: @schematic-help-button-bg-color-hover;
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#FxSettingsPreviewShowButton {
Kite 8c766d
  &:extend(.button-show all);
Kite 8c766d
}