30 selection-color: #00351d; |
30 selection-color: #00351d; |
31 } |
31 } |
32 |
32 |
33 a { color:#c8c8ff; } |
33 a { color:#c8c8ff; } |
34 |
34 |
35 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, |
35 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser, QSpinBox, QComboBox, |
36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item { |
36 QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item { |
37 background-color: rgba(13, 5, 68, 70%); |
37 background-color: rgba(13, 5, 68, 70%); |
38 } |
38 } |
39 |
39 |
40 QComboBox::separator { |
40 QComboBox::separator { |
41 border: solid; border-width: 3px; border-color: #ffcc00; |
41 border: solid; border-width: 3px; border-color: #ffcc00; |
42 } |
42 } |
43 |
43 |
44 QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, |
44 QPushButton, QListWidget, QListView, QTableView, QLineEdit, QHeaderView, |
45 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit, |
45 QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit, |
46 QComboBox QAbstractItemView, IconedGroupBox, |
46 QComboBox QAbstractItemView, IconedGroupBox, |
47 .QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, |
47 .QGroupBox, GameCFGWidget, TeamSelWidget, SelWeaponWidget, |
48 QTabWidget::pane, QTabBar::tab { |
48 QTabWidget::pane, QTabBar::tab { |
49 border: solid; |
49 border: solid; |
50 border-width: 3px; |
50 border-width: 3px; |
51 border-color: #ffcc00; |
51 border-color: #ffcc00; |
52 } |
52 } |
53 |
53 |
54 QPushButton:hover, QLineEdit:hover, QListWidget:hover, |
54 QPushButton:hover, QLineEdit:hover, QListWidget:hover, QListView:hover, |
55 QSpinBox:hover, QToolBox:hover, QComboBox:hover { |
55 QSpinBox:hover, QToolBox:hover, QComboBox:hover { |
56 border-color: yellow; |
56 border-color: yellow; |
57 } |
57 } |
58 |
58 |
59 QLineEdit, QListWidget,QTableView, QTextBrowser, |
59 QLineEdit, QListWidget, QListView,QTableView, QTextBrowser, |
60 QSpinBox, QToolBox, QPlainTextEdit { |
60 QSpinBox, QToolBox, QPlainTextEdit { |
61 border-radius: 10px; |
61 border-radius: 10px; |
62 } |
62 } |
63 |
63 |
64 QLineEdit, QLabel, QHeaderView, QListWidget, QTableView, |
64 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView, |
65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, |
65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, |
66 IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, |
66 IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, |
67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit { |
67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit { |
68 font: bold 13px; |
68 font: bold 13px; |
69 } |
69 } |