re-use normal bg in update tooltip when locally edited

This commit is contained in:
tophf 2017-04-26 01:44:09 +03:00
parent f08312ab00
commit af365568fb

View File

@ -332,9 +332,12 @@ summary {
}
.newUI .can-update .update:after {
animation: none;
}
.newUI .can-update:not([data-details$="locally edited"]) .update:after {
background-color: #c0fff0;
border: 1px solid #89cac9;
animation: none;
}
.newUI .applies-to {