Kite 9753a4
/* -----------------------------------------------------------------------------
Kite 9753a4
   Misc 
Kite 9753a4
----------------------------------------------------------------------------- */
Kite 9753a4
Kite 9753a4
PencilTestPopup {
Kite 799aa3
  min-height: 730px; /* Allow for using a 768 screen */
Kite 799aa3
  min-width: 512px;  /* some clipping will still occur on width, but this
Kite 799aa3
                        allows for filling half of a 1024 screen */
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
#HistoryPanel {
Kite 799aa3
  // Placeholder
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
#MatchLineButton {
Kite 9753a4
    background-color: lighten(@bg, 15%);
shun-iwasawa 3a1040
    &:checked {
Kite 9753a4
        background-color: lighten(@bg, 30%);
shun-iwasawa 3a1040
        border: 2px solid @selected-bg-color;
shun-iwasawa 3a1040
        border-radius: 2px;
Kite 9753a4
    }
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
#LargeSizedText {
Kite 9753a4
    font-size: 17px;
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
/* -----------------------------------------------------------------------------
Kite 9753a4
   Unknowns
Kite 9753a4
----------------------------------------------------------------------------- */
Kite 9753a4
Kite 9753a4
// Below are classes I couldn't locate in the app so I was not able to test
Kite 799aa3
// them - I left the properties as they were from v1.1.2.
Kite 9753a4
Kite 9753a4
#StartupLabel {
Kite 9753a4
    padding: 3px;
Kite 9753a4
    &:hover {
Kite 799aa3
      background: lighten(@bg, 10%);
Kite 9753a4
    }
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
QStatusBar {
Kite 9753a4
  background-color: rgb(192,192,192);
Kite 9753a4
  &::item {
Kite 9753a4
    border: 0;
Kite 9753a4
  }
Kite 9753a4
  & QLabel {
Kite 9753a4
    background-color: rgb(192,192,192);
Kite 9753a4
  }
Kite 9753a4
  & #StatusBarLabel {
Kite 9753a4
    background-color: rgb(255,255,255);
Kite 9753a4
    padding: 1px 3px;
Kite 9753a4
  }
Kite 9753a4
}
Kite 9753a4
Kite 9753a4
#TitleTxtLabel {
Kite 9753a4
  color: @label-title;
Kite 9753a4
}