forked from CGM_Public/pretix_original
Check-in rule editor: Remove background color, clearer lines
This commit is contained in:
@@ -642,25 +642,27 @@ table td > .checkbox input[type="checkbox"] {
|
|||||||
|
|
||||||
#rules-editor {
|
#rules-editor {
|
||||||
.checkin-rule {
|
.checkin-rule {
|
||||||
border-left: 4px solid transparentize($brand-primary, .5);
|
border: 1px solid lighten(#000, 80%);
|
||||||
background: rgba(0, 0, 0, 0.05);
|
border-left: 4px solid lighten(#000, 80%);
|
||||||
padding: 5px 15px 5px 15px;
|
border-radius: $border-radius-base;
|
||||||
|
padding: 10px 15px 10px 15px;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border-color: $brand-primary;
|
||||||
border-left-color: $brand-primary;
|
border-left-color: $brand-primary;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkin-rule-and {
|
.checkin-rule-and {
|
||||||
border-left: 4px solid transparentize($brand-danger, .5);
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border-color: $brand-danger;
|
||||||
border-left-color: $brand-danger;
|
border-left-color: $brand-danger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.checkin-rule-or {
|
.checkin-rule-or {
|
||||||
border-left: 4px solid transparentize($brand-success, .5);
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border-color: $brand-success;
|
||||||
border-left-color: $brand-success;
|
border-left-color: $brand-success;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user