summaryrefslogtreecommitdiffstats
path: root/modules-available/backup/style.css
blob: 7b86af562d0067ca2897e83fd549cb3078ed4cd8 (plain) (blame)
1
2
3
4
5
6
7
.disabledPanel {
    cursor: not-allowed;
}
.disabledPanel > .panel-body {
    pointer-events: none;
    opacity: 0.8;
}