QTfrontend/res/css/birthday.css
changeset 15000 d597a851f5d8
parent 14884 1f0e8a144bad
child 15001 1a05a1929e2c
equal deleted inserted replaced
14999:6d4a607f2196 15000:d597a851f5d8
   113 
   113 
   114 QToolButton:hover {
   114 QToolButton:hover {
   115 background-color: #150A61;
   115 background-color: #150A61;
   116 }
   116 }
   117 
   117 
   118 QToolButton:pressed {
       
   119 background-color: #100744;
       
   120 }
       
   121 
       
   122 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   118 QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser,
   123 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   119 QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit {
   124 border-radius: 10px;
   120 border-radius: 10px;
   125 }
   121 }
   126 
   122 
   182 background-color: rgba(20, 20, 20, 70%); /* CUSTOM */
   178 background-color: rgba(20, 20, 20, 70%); /* CUSTOM */
   183 }
   179 }
   184 
   180 
   185 QPushButton:pressed, QToolButton:pressed {
   181 QPushButton:pressed, QToolButton:pressed {
   186 border-color: white;
   182 border-color: white;
       
   183 background-color: #344b1e;
       
   184 color: white;
       
   185 }
       
   186 TeamShowWidget QPushButton:pressed {
       
   187 background-color: #362c7a;
   187 }
   188 }
   188 
   189 
   189 QPushButton:focus {
   190 QPushButton:focus {
   190 outline: none;
   191 outline: none;
   191 }
   192 }