QTfrontend/res/css/qt.css
changeset 6185 a6aa2d44f390
parent 6178 affa860f2983
child 6235 bb1a657f751b
equal deleted inserted replaced
6184:335ece2bce9c 6185:a6aa2d44f390
       
     1 /******************************************************************************
       
     2  *
       
     3  * CSS-like definition of Qt frontend appearance
       
     4  *
       
     5  ******************************************************************************
       
     6  *
       
     7  * see http://doc.qt.nokia.com/4.5/stylesheet.html
       
     8  *
       
     9  ******************************************************************************
       
    10  *
       
    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:
       
    13  *
       
    14  *     <userdir>/Data/css/qt.css
       
    15  *     <datadir>/css/qt.css
       
    16  *     <internal default style-sheet> (:/res/css/qt.css)
       
    17  *
       
    18  *****************************************************************************/
       
    19 
     1 HWForm,QDialog {
    20 HWForm,QDialog {
     2 background-image: url(":/res/Background.png");
    21 background-image: url(":/res/Background.png");
     3 background-position: bottom center;
    22 background-position: bottom center;
     4 background-repeat: repeat-x;
    23 background-repeat: repeat-x;
     5 background-color: #141250;
    24 background-color: #141250;
   222 margin: -2px 0px;
   241 margin: -2px 0px;
   223 border-radius: 3px;
   242 border-radius: 3px;
   224 background-color: #ffcc00;
   243 background-color: #ffcc00;
   225 width: 8px;
   244 width: 8px;
   226 }
   245 }
       
   246