QTfrontend/main.cpp
changeset 2798 d48bbe4518e6
parent 2750 0585262f76f6
child 2845 19db164dd20d
equal deleted inserted replaced
2797:98b990feec7d 2798:d48bbe4518e6
    92 				"background-color: #141250;"
    92 				"background-color: #141250;"
    93 				"}"
    93 				"}"
    94 
    94 
    95 			"* {"
    95 			"* {"
    96 				"color: #ffcc00;"
    96 				"color: #ffcc00;"
       
    97 				"selection-background-color: #ffcc00;"
       
    98 				"selection-color: #00351d;"
    97 			"}"
    99 			"}"
    98 
   100 
    99 			"QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, "
   101 			"QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox, "
   100             "QComboBox QAbstractItemView, QMenu::item {"
   102             "QComboBox QAbstractItemView, QMenu::item {"
   101 				"background-color: #0d0544;"
   103 				"background-color: rgba(13, 5, 68, 70%);"
   102 			"}"
   104 			"}"
   103 
   105 
   104 			"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
   106 			"QPushButton, QListWidget, QTableView, QLineEdit, QHeaderView, "
   105 			"QTextBrowser, QSpinBox, QToolBox, QComboBox, "
   107 			"QTextBrowser, QSpinBox, QToolBox, QComboBox, "
   106             "QComboBox QAbstractItemView, IconedGroupBox, "
   108             "QComboBox QAbstractItemView, IconedGroupBox, "
   126 			"IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, "
   128 			"IconedGroupBox, .QGroupBox, GameCFGWidget, TeamSelWidget, "
   127             "SelWeaponWidget, QCheckBox, QRadioButton {"
   129             "SelWeaponWidget, QCheckBox, QRadioButton {"
   128 				"font: bold 14px;"
   130 				"font: bold 14px;"
   129 			"}"
   131 			"}"
   130             "SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {"
   132             "SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {"
   131 				"background-image: url(\":/res/panelbg.png\");"
       
   132 				"background-position: bottom center;"
   133 				"background-position: bottom center;"
   133 				"background-repeat: repeat-x;"
   134 				"background-repeat: repeat-x;"
   134 				"background-color: #040200;"
   135 				"background-color: #000000;"
   135 			"}"
   136 			"}"
   136 			".QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {"
   137 			".QGroupBox,GameCFGWidget,TeamSelWidget,SelWeaponWidget {"
   137 				"background-image: url(\":/res/panelbg.png\");"
       
   138 				"background-position: bottom center;"
   138 				"background-position: bottom center;"
   139 				"background-repeat: repeat-x;"
   139 				"background-repeat: repeat-x;"
   140 				"border-radius: 16px;"
   140 				"border-radius: 16px;"
   141 				"background-color: #040200;"
   141 				"background-color: rgba(13, 5, 68, 70%);"
   142 				"padding: 6px;"
   142 				"padding: 6px;"
   143 			"}"
   143 			"}"
   144 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
   144 /*  Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well
   145 			"IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, "
   145 			"IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, "
   146             "IconedGroupBox QSpinBox {"
   146             "IconedGroupBox QSpinBox {"
   154 
   154 
   155 			"QPushButton {"
   155 			"QPushButton {"
   156 				"border-radius: 10px;"
   156 				"border-radius: 10px;"
   157 				"background-origin: margin;"
   157 				"background-origin: margin;"
   158 				"background-position: top left;"
   158 				"background-position: top left;"
   159 				"background-color: #00351d;"
   159 				"background-color: rgba(18, 42, 5, 70%);"
   160 			"}"
   160 			"}"
   161 
   161 
   162 			"QPushButton:pressed{"
   162 			"QPushButton:pressed{"
   163 			    "border-color: white;"
   163 			    "border-color: white;"
   164 			"}"
   164 			"}"
   218 			"QComboBox::down-arrow {"
   218 			"QComboBox::down-arrow {"
   219 				"image: url(\":/res/dropdown.png\");"
   219 				"image: url(\":/res/dropdown.png\");"
   220 			"}"
   220 			"}"
   221 
   221 
   222 			"VertScrArea {"
   222 			"VertScrArea {"
   223 				"background-image: url(\":/res/panelbg.png\");"
       
   224 				"background-position: bottom center;"
   223 				"background-position: bottom center;"
   225 				"background-repeat: repeat-x;"
   224 				"background-repeat: repeat-x;"
   226 			"}"
   225 			"}"
   227 
   226 
   228 			"IconedGroupBox {"
   227 			"IconedGroupBox {"