summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/style.css
blob: 3aea98af6c4e6318ca8c1b4ceb356d601ee7961e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.disabledPanel  {
    cursor: not-allowed;
}

.disabledPanel > .panel-body {
    pointer-events: none;
    opacity: 0.8;
}

.panel-footer .btn-group {
    cursor: not-allowed;
}