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