Blame stuff/config/qss/Default/less/layouts/misc.less
|
Kite |
8c766d |
/* -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
Misc
|
|
Kite |
8c766d |
----------------------------------------------------------------------------- */
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
PencilTestPopup {
|
|
Kite |
8c766d |
min-height: 730px; /* Allow for using a 768 screen */
|
|
Kite |
8c766d |
min-width: 512px; /* some clipping will still occur on width, but this
|
|
Kite |
8c766d |
allows for filling half of a 1024 screen */
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#HistoryPanel {
|
|
Kite |
8c766d |
// Placeholder
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#MatchLineButton {
|
|
Kite |
8c766d |
background-color: lighten(@bg, 15%);
|
|
Kite |
8c766d |
&:checked {
|
|
Kite |
8c766d |
background-color: lighten(@bg, 30%);
|
|
Kite |
8c766d |
border: 2 solid @hl-bg-color;
|
|
Kite |
8c766d |
border-radius: 2;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#LargeSizedText {
|
|
shun-iwasawa |
ba4abf |
font-size: 17px;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
/* -----------------------------------------------------------------------------
|
|
Kite |
8c766d |
Unknowns + Legacy
|
|
Kite |
8c766d |
----------------------------------------------------------------------------- */
|
|
Kite |
8c766d |
// below are classes that are unknown and considered legacy
|
|
Kite |
8c766d |
// they need investigation before being removed
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
// selectors from [v1.1.2]
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#StartupLabel {
|
|
Kite |
8c766d |
padding: 3;
|
|
Kite |
8c766d |
&:hover {
|
|
Kite |
8c766d |
background: lighten(@bg, 10%);
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
QStatusBar {
|
|
Kite |
8c766d |
background-color: rgb(192,192,192);
|
|
Kite |
8c766d |
&::item {
|
|
Kite |
8c766d |
border: 0;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
& QLabel {
|
|
Kite |
8c766d |
background-color: rgb(192,192,192);
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
& #StatusBarLabel {
|
|
Kite |
8c766d |
background-color: rgb(255,255,255);
|
|
Kite |
8c766d |
padding: 1 3;
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
}
|
|
Kite |
8c766d |
|
|
Kite |
8c766d |
#TitleTxtLabel {
|
|
Kite |
8c766d |
color: @label-title;
|
|
Kite |
8c766d |
}
|