~daggerstab/stellarium/comets-asteroids-importer

« back to all changes in this revision

Viewing changes to data/gui/normalStyle.css

  • Committer: Bogdan Marinov
  • Date: 2010-11-16 19:49:37 UTC
  • Revision ID: bogdan.marinov84@gmail.com-20101116194937-dr2wvxcdwjqzumyt
+ style for checkbox icons for the QListWidget items

Show diffs side-by-side

added added

removed removed

Lines of Context:
505
505
        image: url(:/graphicGui/checkbox-unchecked.png);
506
506
}
507
507
 
 
508
QListWidget::indicator::checked {
 
509
        image: url(:/graphicGui/checkbox-checked.png);
 
510
}
 
511
 
 
512
QListWidget::indicator:unchecked {
 
513
        image: url(:/graphicGui/checkbox-unchecked.png);
 
514
}
 
515
 
508
516
/*QCheckBox:disabled {
509
517
        color: rgb(210, 0, 0);
510
518
        font-weight: 500;