tahoma2d/stuff/config/qss/Default/less/layouts/scriptconsole.less
Kite 8c766d58c3 Stylesheet Fixes (#1937)
* Stylesheet Fixes
2018-05-15 17:16:56 +09:00

19 lines
519 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;
}
}