tahoma2d/stuff/config/qss/Default/less/layouts/format.less

89 lines
1.8 KiB
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
Cleanup Settings
----------------------------------------------------------------------------- */
#CleanupSettings {
& QLabel {}
// Space out the boxes vertically
& #CleanupSettingsFrame {
2017-08-29 06:40:43 +12:00
// Needs margin for good placement
margin-top: 2px;
margin-bottom: 4px;
}
& QGroupBox {
margin-bottom: 3px;
}
}
#CleanupSettingsFrame {
2017-08-29 06:40:43 +12:00
&:extend(.frame all);
}
#CleanupSettingsShowButton {
2017-08-29 06:40:43 +12:00
&:extend(.button-show all);
}
ParamsPage {
qproperty-TextColor: @text-color;
}
/* -----------------------------------------------------------------------------
Camera Settings
----------------------------------------------------------------------------- */
#CameraSettingsButton {
padding: 2px;
}
#CameraSettingsRadioButton {
&:hover {
background: none;
}
&::indicator {
2017-08-29 06:40:43 +12:00
&:extend(.button-tool all); // Apply a button style
.icon-lock; // Apply an icon
}
}
#CameraSettingsDPI {
color: @label-title;
}
#CameraSettingsRadioButton_Small {
padding: 0;
&::indicator {
2017-08-29 06:40:43 +12:00
&:extend(.RadioButton::indicator all);
background-color: transparent;
border: 0;
height: 21px;
margin: 0;
width: 11px;
}
}
#ForceSquaredPixelButton {
2017-08-29 06:40:43 +12:00
&:extend(.button-tool all); // Apply a button style
.icon-fsp; // Apply an icon
margin: 0;
}
/* -----------------------------------------------------------------------------
Output Settings
----------------------------------------------------------------------------- */
#OutputSettingsLabel {
color: @label-title;
}
#OutputSettingsBox {
2017-08-29 06:40:43 +12:00
&:extend(.frame all);
}
#OutputSettingsCameraBox {
2017-08-29 06:40:43 +12:00
&:extend(.frame all);
}
#OutputSettingsShowButton {
2017-08-29 06:40:43 +12:00
&:extend(.button-show all);
}