|
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 |
8c766d |
alternate-background-color: @browser-listview-bg-color-alt;
|
|
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 |
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 |
8c766d |
qproperty-SelectedItemBackground: @hl-bg-color;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#FileBrowser {
|
|
Kite |
8c766d |
& DvItemViewerPanel {
|
|
Kite |
8c766d |
background-color: @browser-itemview-bg-color;
|
|
Kite |
8c766d |
}
|
|
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 |
& QToolButton {
|
|
Kite |
8c766d |
padding: 1;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#DvItemViewerButtonBar {
|
|
Kite |
8c766d |
// Placeholder
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#LoadLevelFrame {
|
|
Kite |
8c766d |
&:extend(.frame all);
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#LoadLevelShowButton {
|
|
Kite |
8c766d |
&:extend(.button-show 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 |
&:extend(#FileBrowser all);
|
|
Kite |
8c766d |
& QToolBar {
|
|
Kite |
8c766d |
border-top: 1 solid @accent;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
& QToolButton {
|
|
Kite |
8c766d |
margin: 3 1 2 1;
|
|
Kite |
8c766d |
padding: 1;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// PR #1104
|
|
Kite |
8c766d |
#CastBrowser {
|
|
Kite |
8c766d |
border: 0;
|
|
Kite |
8c766d |
margin: 0;
|
|
Kite |
8c766d |
}
|