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