minor improvement, disabledElements
This commit is contained in:
parent
6a220208b4
commit
1b4251cf49
|
@ -120,6 +120,7 @@ ul.sample {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
min-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.target {
|
div.target {
|
||||||
|
@ -194,7 +195,10 @@ div#rules.show {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
.field.disabledElements {
|
||||||
|
opacity: 0.2;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
.log {
|
.log {
|
||||||
background-color: #638460;
|
background-color: #638460;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue