QTfrontend/res/css/qt.css
changeset 8377 869f80966a77
parent 8374 3a1708759c4f
child 8387 f9d1191476ce
equal deleted inserted replaced
8376:c11cc7246df7 8377:869f80966a77
    43 
    43 
    44 QPushButton, QListWidget, QListView, 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, #mapPreview {
    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, QListView: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 QToolButton {
       
    60 background-color: #11084A;
       
    61 }
       
    62 
       
    63 QToolButton:hover {
       
    64 background-color: #150A61;
       
    65 }
       
    66 
       
    67 QToolButton:pressed {
       
    68 background-color: #100744;
       
    69 }
       
    70 
    59 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser,
    71 QLineEdit, QListWidget, QListView, QTableView, QTextBrowser,
    60 QSpinBox, QToolBox, QPlainTextEdit {
    72 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview {
    61 border-radius: 10px;
    73 border-radius: 10px;
    62 }
    74 }
    63 
    75 
    64 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    76 QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView,
    65 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    77 QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView,
    95 background-origin: margin;
   107 background-origin: margin;
    96 background-position: top left;
   108 background-position: top left;
    97 background-color: rgba(18, 42, 5, 70%);
   109 background-color: rgba(18, 42, 5, 70%);
    98 }
   110 }
    99 
   111 
   100 QPushButton:pressed{
   112 QPushButton:pressed, QToolButton:pressed {
   101 border-color: white;
   113 border-color: white;
   102 }
   114 }
   103 
   115 
   104 QPushButton:focus {
   116 QPushButton:focus {
   105 outline: none;
   117 outline: none;