latest elm
This commit is contained in:
parent
ef0f1e02e9
commit
3f3671f138
2 changed files with 381 additions and 309 deletions
674
public/elm.js
674
public/elm.js
File diff suppressed because it is too large
Load diff
|
|
@ -73,6 +73,12 @@ p {
|
|||
background-color: #042c47;
|
||||
}
|
||||
|
||||
.lamassuAdminButton.lamassuAdminDisabled {
|
||||
background-color: #E6E6E3;
|
||||
color: #ffffff;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.lamassuAdminMainLeft {
|
||||
background-color: #2d2d2d;
|
||||
height: 100%;
|
||||
|
|
@ -315,10 +321,6 @@ p {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.lamassuAdminConfigTable input:invalid {
|
||||
color: #eb6b6e;
|
||||
}
|
||||
|
||||
.lamassuAdminConfigTable .lamassuAdminShortCell {
|
||||
width: 5em;
|
||||
}
|
||||
|
|
@ -347,10 +349,14 @@ p {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.lamassuAdminConfigTable .lamassuAdminRequiredComponent {
|
||||
.lamassuAdminConfigTable .lamassuAdminInvalidComponent {
|
||||
border-top-color: #eb6b6e;
|
||||
}
|
||||
|
||||
.lamassuAdminConfigTable .lamassuAdminInvalidComponent input {
|
||||
color: #eb6b6e;
|
||||
}
|
||||
|
||||
.lamassuAdminConfigTable .lamassuAdminFocusedComponent {
|
||||
border-top-color: #37e8d7;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue