tahoma2d/stuff/config/qss/Default/less/layouts/scriptconsole.less
Kite 799aa37718 Theme Update
Updates the themes.
2017-08-28 19:40:43 +01:00

19 lines
525 B
Text

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