diff --git a/templates/index.html b/templates/index.html index 970824ee2..9b12c29a2 100755 --- a/templates/index.html +++ b/templates/index.html @@ -41,6 +41,49 @@ ul{ list-style-type: none; } + ion-icon { + pointer-events: none; + } + .row-status--purple { + border-left: 4px solid rgba(128, 128, 128, 0.482); + border-radius: 5px; + } + .row-status--cyan { + border-left: 4px solid cyan; + border-radius: 5px; + } + .row-status--yellow { + border-left: 4px solid yellowgreen; + border-radius: 5px; + } + .row-status--red { + border-left: 4px solid red; + border-radius: 5px; + } + .row-status--black { + border-left: 4px solid black; + border-radius: 5px; + } + .row-status--gray { + border-left: 4px solid gray; + border-radius: 5px; + } + .row-status--orange { + border-left: 4px solid orange; + border-radius: 5px; + } + .row-status--gray { + border-left: 4px solid gray; + border-radius: 5px; + } + .row-status--yellow { + border-left: 4px solid yellowgreen; + border-radius: 5px; + } + .row-status--blue { + border-left: 4px solid rgb(103, 171, 238); + border-radius: 5px; + }