QTfrontend/res/css/qt.css
changeset 6235 bb1a657f751b
parent 6185 a6aa2d44f390
child 7447 01111960a48d
equal deleted inserted replaced
6233:b81199041d8f 6235:bb1a657f751b
     9  ******************************************************************************
     9  ******************************************************************************
    10  *
    10  *
    11  * This file can be stored at different locations, but it will be read only
    11  * This file can be stored at different locations, but it will be read only
    12  * once, based on first file found in this order:
    12  * once, based on first file found in this order:
    13  *
    13  *
    14  *     <userdir>/Data/css/qt.css
    14  *    <userdir>/Data/css/qt.css
    15  *     <datadir>/css/qt.css
    15  *    <datadir>/css/qt.css
    16  *     <internal default style-sheet> (:/res/css/qt.css)
    16  *    <internal default style-sheet> (:/res/css/qt.css)
    17  *
    17  *
    18  *****************************************************************************/
    18  *****************************************************************************/
    19 
    19 
    20 HWForm,QDialog {
    20 HWForm,QDialog {
    21 background-image: url(":/res/Background.png");
    21 background-image: url(":/res/Background.png");
    27 * {
    27 * {
    28 color: #ffcc00;
    28 color: #ffcc00;
    29 selection-background-color: #ffcc00;
    29 selection-background-color: #ffcc00;
    30 selection-color: #00351d;
    30 selection-color: #00351d;
    31 }
    31 }
       
    32 
       
    33 a { color:#c8c8ff; }
    32 
    34 
    33 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox,
    35 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox,
    34 QComboBox QAbstractItemView, QMenu::item {
    36 QComboBox QAbstractItemView, QMenu::item {
    35 background-color: rgba(13, 5, 68, 70%);
    37 background-color: rgba(13, 5, 68, 70%);
    36 }
    38 }