QTfrontend/res/css/christmas.css
changeset 15000 d597a851f5d8
parent 14884 1f0e8a144bad
child 15249 441bdf1e6026
equal deleted inserted replaced
14999:6d4a607f2196 15000:d597a851f5d8
   108 
   108 
   109 QToolButton:hover {
   109 QToolButton:hover {
   110 background-color: #150A61;
   110 background-color: #150A61;
   111 }
   111 }
   112 
   112 
   113 QToolButton:pressed {
       
   114 background-color: #100744;
       
   115 }
       
   116 
       
   117 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   113 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   118 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   114 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   119 border-radius: 10px;
   115 border-radius: 10px;
   120 }
   116 }
   121 
   117 
   177 background-color: rgba(18, 42, 5, 70%);
   173 background-color: rgba(18, 42, 5, 70%);
   178 }
   174 }
   179 
   175 
   180 QPushButton:pressed, QToolButton:pressed {
   176 QPushButton:pressed, QToolButton:pressed {
   181 border-color: white;
   177 border-color: white;
       
   178 background-color: #344b1e;
       
   179 color: white;
       
   180 }
       
   181 TeamShowWidget QPushButton:pressed {
       
   182 background-color: #362c7a;
   182 }
   183 }
   183 
   184 
   184 QPushButton:focus {
   185 QPushButton:focus {
   185 outline: none;
   186 outline: none;
   186 }
   187 }