~daggerstab/stellarium/comets-asteroids-importer

« back to all changes in this revision

Viewing changes to data/gui/nightStyle.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:
506
506
        image: url(:/graphicGui/nv_checkbox-unchecked.png);
507
507
}
508
508
 
 
509
QListWidget::indicator::checked {
 
510
        image: url(:/graphicGui/nv_checkbox-checked.png);
 
511
}
 
512
 
 
513
QListWidget::indicator:unchecked {
 
514
        image: url(:/graphicGui/nv_checkbox-unchecked.png);
 
515
}
 
516
 
509
517
/*QCheckBox:disabled {
510
518
        color: rgb(210, 0, 0);
511
519
        font-weight: 500;