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

20 lines
519 B
Text
Raw Normal View History

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