Author Topic: CSS - Font Colour Help  (Read 1920 times)

Offline keithcobby

  • Newcomer
  • Posts: 3
  • Just a normal person
    • F4 Astronomy Facebook Page
CSS - Font Colour Help
« on: 2017 April 12 06:49:23 »
Can someone please tell me how to change the label font colours in the floating process windows?  Driving me absolutely bananas.  Cannot for the life of me find the appropriate line and section in the core-standard.css file.

Many, many thanks in advance.

Keith
EQ6 Pro, Skywatcher 190MN, ZWO ASI1600MM-C, EFW7, ZWO ASI120MM, KDE Neon, Linux, KStars / Ekos, PixInsight

Offline keithcobby

  • Newcomer
  • Posts: 3
  • Just a normal person
    • F4 Astronomy Facebook Page
[SOLVED]: CSS - Font Colour Help
« Reply #1 on: 2017 April 13 02:31:00 »
The line is almost at the end of the core-standard.qss file.  The HEX in red below is the one that needs changing;

Interface Window

QWidget#IWContainer, QWidget#ICContainer, QWidget#RTPContainer {
   background: #A0A0A0;
   color: white;
   font-family: "<core_sans_font>", DejaVu Sans, Vera Sans, Verdana, Helvetica, Sans Serif;
   font-size: 8pt; ::)
EQ6 Pro, Skywatcher 190MN, ZWO ASI1600MM-C, EFW7, ZWO ASI120MM, KDE Neon, Linux, KStars / Ekos, PixInsight