tahoma2d/stuff/config/qss/Medium/less/layouts/misc.less
Jeremy Bullock a922f46562
Remove Camera Capture Popup Window (#378)
* Remove Camera Capture Popup

* clang
2020-11-04 12:14:28 -07:00

79 lines
1.7 KiB
Text

/* -----------------------------------------------------------------------------
Misc
----------------------------------------------------------------------------- */
// #HistoryPanel {}
#MatchLineButton {
background-color: lighten(@bg, 15%);
&:checked {
background-color: lighten(@bg, 30%);
border: 2 solid @hl-bg-color;
border-radius: 2;
}
}
#LargeSizedText {
font-size: 17px;
}
/* -----------------------------------------------------------------------------
Stop Motion Controller
----------------------------------------------------------------------------- */
#StopMotionController {
& QScrollArea {
margin: 8;
}
& QPushButton {
// Adds spacing to buttons, but this setting may be temporary
margin: 2 1;
padding: 0;
}
& #TabBarContainer {
margin-left: -4; // reset left edge margin
}
& #bottomWidget {
border-top: 1 solid @accent;
padding: 3 2 8 3;
& QPushButton {
// override above margin reset
padding: 3 5;
}
}
}
// #StopMotionTabBar {}
/* -----------------------------------------------------------------------------
Unknowns + Legacy
----------------------------------------------------------------------------- */
// below are classes that are unknown and considered legacy
// they need investigation before being removed
// selectors from [v1.1.2]
#StartupLabel {
padding: 3;
&:hover {
background: lighten(@bg, 10%);
}
}
QStatusBar {
background-color: rgb(192,192,192);
&::item {
border: 0;
}
& QLabel {
background-color: rgb(192,192,192);
}
& #StatusBarLabel {
background-color: rgb(255,255,255);
padding: 1 3;
}
}
#TitleTxtLabel {
color: @label-title;
}