tahoma2d/stuff/config/qss/Medium/less/layouts/scriptconsole.less
2020-05-23 21:33:36 -06:00

19 lines
500 B
Text

/* -----------------------------------------------------------------------------
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;
}
}