~lubuntu-dev/lxde/lxqt-common

« back to all changes in this revision

Viewing changes to themes/frost/lxqt-panel.qss

  • Committer: Palo Kisa
  • Date: 2016-08-10 10:37:29 UTC
  • Revision ID: git-v1:a7229d8cb20181a520c06582855a8d90c60cfb7b
themes: Remove Screensaver styles

Screensaver plugin was removed in lxde/lxqt-panel@1c48664d8f9e1c4346dcd9a6b43ae6c748a48f38

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
}
478
478
 
479
479
/*
480
 
 * Screensaver
481
 
 */
482
 
#PanelScreenSaver {
483
 
    border: 0px;
484
 
    margin: 2px;
485
 
    padding: 2px;
486
 
}
487
 
 
488
 
#PanelScreenSaver:hover {
489
 
    background: rgba(0, 0, 0, 45%);
490
 
}
491
 
 
492
 
#PanelScreenSaver:pressed {
493
 
    padding: 4px;
494
 
}
495
 
 
496
 
/*
497
480
 * KbIndicator
498
481
 */
499
482
#KbIndicator QLabel {