Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Script Console
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
// most properties are hard-coded so these may not work
Kite 8c766d
// consider moving them to q_properties in scriptconsole.cpp
Kite 8c766d

Kite 8c766d
#ScriptConsole {
Kite 8c766d
  .text-code;
Kite 8c766d
  border: 0;
Kite 8c766d
  color: #000000;
Kite 8c766d
  padding: 3;
Kite 8c766d
  & QFrame {
Kite 8c766d
    background-color: rgb(220, 220, 220);
Kite 8c766d
  }
Kite 8c766d
  & TPanelTitleBar {
Kite 8c766d
    background-color: @title-bg-color;
Kite 8c766d
  }
Kite 8c766d
}