Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   File Browser
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
/* Left Pane
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#DirTreeView {
Kite 8c766d
  background-color: @browser-listview-bg-color;
Kite 521c84
  alternate-background-color: @browser-listview-bg-color;
Kite 8c766d
  border: 1 solid @accent;
Kite 8c766d
  border-right: 0;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* Right Pane
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
DvItemViewerPanel {
Kite 521c84
  background-color: @browser-itemview-bg-color;
Kite 8c766d
  qproperty-TextColor: @text-color;
Kite 8c766d
  qproperty-AlternateBackground: @browser-itemview-bg-color-alt;
Kite 8c766d
  qproperty-SelectedTextColor: @hl-text-color;
Kite 8c766d
  qproperty-FolderTextColor: @browser-folder-text-color;
Kite 521c84
  qproperty-SelectedItemBackground: @browser-selected-item-bg-color;
Kite 521c84
}
Kite 521c84
DvItemViewerTitleBar {
Kite 521c84
  qproperty-ColColor: @browser-itemview-col-color;
Kite 521c84
  qproperty-ColSortedColor: @browser-itemview-col-color-sorted;
Kite 521c84
  qproperty-ColTextColor: @browser-itemview-col-text-color;
Kite 521c84
  qproperty-ColBorderColor: @browser-itemview-col-border-color;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#FileBrowser {
Kite 521c84
  background-color: @filebrowser-bg-color;
Kite 521c84
  & QLabel {
Kite 521c84
    background-color: transparent;
Kite 521c84
  }
Kite 521c84
  & QToolBar {
Kite 521c84
    background-color: @filebrowser-bg-color;
Kite 521c84
    & QToolButton {
Kite 521c84
      &:extend(.button-tool all);
Kite 521c84
    }
Kite 8c766d
  }
Kite 521c84
  //& #buttonBar {}
Kite 8c766d
  #castFrame {
Kite 8c766d
    border-top: 1 solid @accent;
Kite 8c766d
    border-right: 1 solid @accent;
Kite 8c766d
    border-bottom: 1 solid @accent;
Kite 8c766d
    margin: 0;
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 521c84
//#DvItemViewerButtonBar {}
Kite 8c766d

Kite 8c766d
#LoadLevelFrame {
Kite 8c766d
  &:extend(.frame all);
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#PsdSettingsGroupBox {
Kite 8c766d
    &:extend(.frame all);
Kite 8c766d
}
Kite 8c766d

shun-iwasawa a1cc39
StyledTreeView {
Kite 8c766d
  qproperty-TextColor: @text-color;
Kite 8c766d
  qproperty-SelectedTextColor: @hl-text-color;
Kite 8c766d
  qproperty-SelectedItemBackground: @hl-bg-color;
Kite 8c766d
  qproperty-FolderTextColor: @browser-folder-text-color;
Kite 8c766d
  qproperty-SelectedFolderTextColor: @browser-folder-text-color-selected;
Kite 8c766d
  alternate-background-color: @tree-bg-color-alt;
Kite 8c766d
  background-color: @tree-bg-color;
Kite 8c766d
  border: 1 solid @accent;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#FileDoesNotExistLabel {
Kite 8c766d
    color: @label-error;
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Scene Cast
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#SceneCast {
Kite 8c766d
  & QToolBar {
Kite 8c766d
    border-top: 1 solid @accent;
Kite 521c84
    &::separator {
Kite 521c84
      &:horizontal {
Kite 521c84
        margin-left: 2;
Kite 521c84
        margin-right: 0;
Kite 521c84
      }
Kite 521c84
    }
Kite 8c766d
  }
Kite 8c766d
  & QToolButton {
Kite 521c84
    margin: 3 0 2 2;
Kite 8c766d
    padding: 1;
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
#CastBrowser {
Kite 8c766d
  border: 0;
Kite 8c766d
  margin: 0;
Kite 521c84
  & QSplitter::handle {
Kite 521c84
    height: 4;
Kite 521c84
  }
Kite 521c84
}
Kite 521c84
#CastBrowserFolderName {
Kite 521c84
  border-bottom: 1px solid @accent;
Kite 8c766d
}