QTfrontend/main.cpp
changeset 3019 d6e19f35d98d
parent 2948 3f21a9dc93d0
child 3185 19d84448835f
equal deleted inserted replaced
3018:13ceaad4767e 3019:d6e19f35d98d
   119                 "border-color: yellow;"
   119                 "border-color: yellow;"
   120             "}"
   120             "}"
   121 
   121 
   122             "QLineEdit, QListWidget,QTableView, QTextBrowser, "
   122             "QLineEdit, QListWidget,QTableView, QTextBrowser, "
   123             "QSpinBox, QToolBox { "
   123             "QSpinBox, QToolBox { "
   124                 "border-radius: 12px;"
   124                 "border-radius: 10px;"
   125             "}"
   125             "}"
   126 
   126 
   127             "QLineEdit, QLabel, QHeaderView, QListWidget, QTableView, "
   127             "QLineEdit, QLabel, QHeaderView, QListWidget, QTableView, "
   128             "QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, "
   128             "QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, "
   129             "IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, "
   129             "IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, "
   130             "SelWeaponWidget, QCheckBox, QRadioButton {"
   130             "SelWeaponWidget, QCheckBox, QRadioButton, QPushButton {"
   131                 "font: bold 14px;"
   131                 "font: bold 13px;"
   132             "}"
   132             "}"
   133             "SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {"
   133             "SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {"
   134                 "background-position: bottom center;"
   134                 "background-position: bottom center;"
   135                 "background-repeat: repeat-x;"
   135                 "background-repeat: repeat-x;"
   136                 "background-color: #000000;"
   136                 "background-color: #000000;"
   152                 "background-color: #130f2c;"
   152                 "background-color: #130f2c;"
   153             "}"
   153             "}"
   154 
   154 
   155 
   155 
   156             "QPushButton {"
   156             "QPushButton {"
   157                 "border-radius: 10px;"
   157                 "border-radius: 8px;"
   158                 "background-origin: margin;"
   158                 "background-origin: margin;"
   159                 "background-position: top left;"
   159                 "background-position: top left;"
   160                 "background-color: rgba(18, 42, 5, 70%);"
   160                 "background-color: rgba(18, 42, 5, 70%);"
   161             "}"
   161             "}"
   162 
   162 
   204                 "width: 16px;"
   204                 "width: 16px;"
   205                 "height: 10px;"
   205                 "height: 10px;"
   206             "}"
   206             "}"
   207 
   207 
   208             "QComboBox {"
   208             "QComboBox {"
   209                 "border-radius: 15px;"
   209                 "border-radius: 10px;"
   210                 "padding: 3px;"
   210                 "padding: 3px;"
   211             "}"
   211             "}"
   212             "QComboBox:pressed{"
   212             "QComboBox:pressed{"
   213                 "border-color: white;"
   213                 "border-color: white;"
   214             "}"
   214             "}"
   275                 "image: url(\":/res/unchecked.png\");"
   275                 "image: url(\":/res/unchecked.png\");"
   276             "}"
   276             "}"
   277 
   277 
   278             "QToolTip{"
   278             "QToolTip{"
   279                 "background-color: #0d0544;"
   279                 "background-color: #0d0544;"
       
   280                 "border: 1px solid #ffcc00;"
   280             "}"
   281             "}"
   281 
   282 
   282             ":disabled{"
   283             ":disabled{"
   283                 "color: #a0a0a0;"
   284                 "color: #a0a0a0;"
   284             "}"
   285             "}"