mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
minor improvement, disabledElements
This commit is contained in:
parent
6a220208b4
commit
1b4251cf49
@ -120,6 +120,7 @@ ul.sample {
|
||||
max-width: 50%;
|
||||
flex-grow: 1;
|
||||
justify-content: space-between;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
div.target {
|
||||
@ -194,7 +195,10 @@ div#rules.show {
|
||||
opacity: 0.2;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.field.disabledElements {
|
||||
opacity: 0.2;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.log {
|
||||
background-color: #638460;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user