equal
deleted
inserted
replaced
189 QPushButton:focus { |
189 QPushButton:focus { |
190 outline: none; |
190 outline: none; |
191 } |
191 } |
192 |
192 |
193 QHeaderView { |
193 QHeaderView { |
194 background-color: #00351d; |
194 background-color: #000000; |
195 border: solid; |
195 border: solid; |
196 border-bottom-width: 3px; |
196 border-bottom-width: 3px; |
197 border-top-width: 0px; |
197 border-top-width: 0px; |
198 border-left-width: 0px; |
198 border-left-width: 0px; |
199 border-right-width: 0px; |
199 border-right-width: 0px; |
202 QHeaderView::section { |
202 QHeaderView::section { |
203 border-left-width: 1px; |
203 border-left-width: 1px; |
204 border-right-width: 1px; |
204 border-right-width: 1px; |
205 border-top-width: 0; |
205 border-top-width: 0; |
206 border-bottom-width: 0px; |
206 border-bottom-width: 0px; |
207 border-color: #001d10; |
207 border-color: #5A5A5A; |
208 border-style: solid; |
208 border-style: solid; |
209 background-color: #00351d; |
209 background-color: #000000; |
210 padding: 4px; |
210 padding: 4px; |
211 } |
211 } |
212 QHeaderView::section:pressed { |
212 QHeaderView::section:pressed { |
213 background-color: #00250d; |
213 background-color: #333333; |
|
214 border-color: #FFFFFF; |
214 } |
215 } |
215 QHeaderView::up-arrow { |
216 QHeaderView::up-arrow { |
216 image: url(":/res/sort_up.png"); |
217 image: url(":/res/sort_up.png"); |
217 } |
218 } |
218 QHeaderView::down-arrow{ |
219 QHeaderView::down-arrow{ |