QTfrontend/res/css/birthday.css
changeset 7447 01111960a48d
parent 6579 fc52f7c22c9b
child 7900 e5e7678e4b2f
equal deleted inserted replaced
7442:9bb6abdb5675 7447:01111960a48d
    31 }
    31 }
    32 
    32 
    33 a { color:#c8c8ff; }
    33 a { color:#c8c8ff; }
    34 
    34 
    35 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox,
    35 QLineEdit, QListWidget, QTableView, QTextBrowser, QSpinBox, QComboBox,
    36 QComboBox QAbstractItemView, 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, QTableView, QLineEdit, QHeaderView,
    45 QTextBrowser, QSpinBox, QToolBox, QComboBox,
    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;
    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,QTableView, QTextBrowser,
    60 QSpinBox, QToolBox {
    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, 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 {
    67 SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit {
    68 font: bold 13px;
    68 font: bold 13px;
    69 }
    69 }
    70 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
    70 SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected {
    71 background-position: bottom center;
    71 background-position: bottom center;
    72 background-repeat: repeat-x;
    72 background-repeat: repeat-x;