Added description for flows and turn on and off option
This commit is contained in:
parent
89d4291168
commit
60e5131850
7 changed files with 99 additions and 19 deletions
4
resource/web/css/hal.css
vendored
4
resource/web/css/hal.css
vendored
|
|
@ -99,6 +99,10 @@ body {
|
|||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
|
||||
}
|
||||
|
||||
.disabled {
|
||||
background-color: lightgray;
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
/*
|
||||
* Placeholder dashboard ideas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue