QTfrontend/main.cpp
changeset 1897 e9dcb47013c7
parent 1894 ba54441631da
child 1940 bbdca883b5f9
equal deleted inserted replaced
1896:fdacad5d0acc 1897:e9dcb47013c7
    60 				"background-position: bottom center;"
    60 				"background-position: bottom center;"
    61 				"background-repeat: repeat-x;"
    61 				"background-repeat: repeat-x;"
    62 				"background-color: #870c8f;"
    62 				"background-color: #870c8f;"
    63 				"}"
    63 				"}"
    64 
    64 
    65 			"QPushButton, QLineEdit, QLabel, QHeaderView, "
    65 			"* {"
    66 			"QListWidget, QTableView, QTextBrowser, QSpinBox, "
       
    67 			"QToolBox::tab, QToolBox::tab QWidget, QComboBox, "
       
    68 			"QComboBox QAbstractItemView, IconedGroupBox, .QGroupBox, "
       
    69             "GameCFGWidget, TeamSelWidget, SelWeaponWidget, "
       
    70 			"QCheckBox, QRadioButton, QMenu::item, QTabBar::tab:selected {"
       
    71 				"color: #ffcc00;"
    66 				"color: #ffcc00;"
    72 			"}"
    67 			"}"
    73 
    68 
    74 			"QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, "
    69 			"QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, "
    75             "QComboBox QAbstractItemView, QMenu::item {"
    70             "QComboBox QAbstractItemView, QMenu::item {"
    77 			"}"
    72 			"}"
    78 
    73 
    79 			"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
    74 			"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
    80 			"QTextBrowser, QSpinBox, QToolBox, QComboBox, "
    75 			"QTextBrowser, QSpinBox, QToolBox, QComboBox, "
    81             "QComboBox QAbstractItemView, IconedGroupBox, "
    76             "QComboBox QAbstractItemView, IconedGroupBox, "
    82 			".QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, QTabWidget::pane {"
    77 			".QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, "
       
    78             "QTabWidget::pane, QTabBar::tab {"
    83 				"border: solid;"
    79 				"border: solid;"
    84 				"border-width: 3px;"
    80 				"border-width: 3px;"
    85 				"border-color: #ffcc00;"
    81 				"border-color: #ffcc00;"
    86 			"}"
    82 			"}"
    87 
    83 
   136 			"QTableView {"
   132 			"QTableView {"
   137 				"alternate-background-color: #2f213a;"
   133 				"alternate-background-color: #2f213a;"
   138 			"}"
   134 			"}"
   139 
   135 
   140             "QTabBar::tab {"
   136             "QTabBar::tab {"
   141                  "border-top: solid;"
   137                  "border-bottom-width: 0;"
   142                  "border-left: solid;"
       
   143                  "border-right: solid;"
       
   144                  "border-width: 3px;"
       
   145                  "border-radius: 0;"
   138                  "border-radius: 0;"
   146                  "border-top-left-radius: 6px;"
   139                  "border-top-left-radius: 6px;"
   147                  "border-top-right-radius: 6px;"
   140                  "border-top-right-radius: 6px;"
   148                  "border-color: #ffcc00;"
       
   149                  "padding: 3px;"
   141                  "padding: 3px;"
   150             "}"
   142             "}"
   151             "QTabBar::tab:!selected {"
   143             "QTabBar::tab:!selected {"
   152                  "color: #0d0544;"
   144                  "color: #0d0544;"
   153                  "background-color: #ffcc00;"
   145                  "background-color: #ffcc00;"