tahoma2d/stuff/config/qss/Astral_072_Dark/less/layouts/misc.less
Kite 9753a41e2e Minimalist Theme (#1112)
* Introducing Astral themes
2017-04-14 16:30:36 +09:00

57 lines
1.2 KiB
Text

/* -----------------------------------------------------------------------------
Misc
----------------------------------------------------------------------------- */
PencilTestPopup {
/* Allow for using a 768 screen */
min-height: 730px;
/* some clipping will still occur on width, but this
allows for filling half of a 1024 screen */
min-width: 512px;
}
#HistoryPanel {
}
#MatchLineButton {
background-color: lighten(@bg, 15%);
&::pressed {
background-color: lighten(@bg, 30%);
}
}
#LargeSizedText {
font-size: 17px;
}
/* -----------------------------------------------------------------------------
Unknowns
----------------------------------------------------------------------------- */
// Below are classes I couldn't locate in the app so I was not able to test
// them - I left the properties as they were from gray072.
#StartupLabel {
padding: 3px;
&: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: 1px 3px;
}
}
#TitleTxtLabel {
color: @label-title;
}