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

20 lines
525 B
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
Script Console
----------------------------------------------------------------------------- */
2017-08-29 06:40:43 +12:00
// Unfortunetely most of the text color properties are hard-coded
// Consider moving them to qproperties in scriptconsole.cpp [line 29-39]?
#ScriptConsole {
2017-08-29 06:40:43 +12:00
.text-code;
border: 0;
2017-08-29 06:40:43 +12:00
color: #000000;
padding: 3px;
& QFrame {
2017-08-29 06:40:43 +12:00
background-color: rgb(220, 220, 220);
}
& TPanelTitleBar {
background-color: @title-bg-color;
}
}