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 |