~ubuntu-branches/ubuntu/quantal/ubuntuone-control-panel/quantal-proposed

« back to all changes in this revision

Viewing changes to data/qt/ubuntuone.qss

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-06-20 16:42:13 UTC
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: package-import@ubuntu.com-20120620164213-6z7q5pqc0ydjrp19
Tags: upstream-3.99.0
ImportĀ upstreamĀ versionĀ 3.99.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
    background-color: white;
339
339
}
340
340
 
 
341
QSpinBox:disabled {
 
342
    padding: 3px;
 
343
    background-color: transparent;
 
344
    color: darkgrey;
 
345
}
 
346
 
 
347
 
341
348
QTreeWidget::item:selected {
342
349
    background: #fcece7;
343
350
    color: black;