mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Visibly de-highlight disabled products
This commit is contained in:
@@ -184,6 +184,14 @@ svg.svg-icon {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.link-muted a, a.link-muted {
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
.row-muted td:not(.col-actions) {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@include table-row-variant('success', lighten($brand-success, 40%));
|
||||
@include table-row-variant('info', lighten($brand-info, 30%));
|
||||
@include table-row-variant('warning', lighten($brand-warning, 40%));
|
||||
|
||||
Reference in New Issue
Block a user