tahoma2d/stuff/config/qss/Medium/less/layouts/scriptconsole.less

20 lines
500 B
Text
Raw Normal View History

2020-05-24 15:33:36 +12:00
/* -----------------------------------------------------------------------------
Script Console
----------------------------------------------------------------------------- */
// most properties are hard-coded so these may not work
// consider moving them to q_properties in scriptconsole.cpp
#ScriptConsole {
.text-code;
border: 0;
color: #000000;
padding: 3;
& QFrame {
background-color: rgb(220, 220, 220);
}
& TPanelTitleBar {
background-color: @title-bg-color;
}
}