diff --git a/css/bts_office.css b/css/bts_office.css index d09453a..a9a8649 100644 --- a/css/bts_office.css +++ b/css/bts_office.css @@ -867,7 +867,7 @@ div.workspace .brating > span:hover ~ span:before { div.bsave span.ticon-copy { display: none; } -div.bsave.saved span.ticon-copy { +div.jobTable.saved div.bsave span.ticon-copy { display: inline-block; border: 3px solid orange; padding: 5px; @@ -884,10 +884,29 @@ div.bsave span.ticon-save { cursor: pointer; } -div.bsave.saved span.ticon-save { +div.jobTable.saved div.bsave span.ticon-save { display: none; } + +div.jobTable.saved div{ + background-color: transparent; +} + +div.jobTable.dirty div.bsave{ + background-color: lightyellow; +} +div.jobTable.dirty div.bsave span{ + animation-duration: 0.3s; + animation-timing-function: linear; + animation-delay: 0s; + animation-iteration-count: 5; + animation-direction: normal; + animation-fill-mode: none; + animation-play-state: running; + animation-name: blinker; +} + div.bdelete span.ticon-trash { display: inline-block; border: 3px solid lightgrey; diff --git a/html/jobv1.html b/html/jobv1.html index 62bdc43..e651083 100644 --- a/html/jobv1.html +++ b/html/jobv1.html @@ -1,5 +1,5 @@ {{#jobs}} -