fix(core): update

This commit is contained in:
Philipp Kunz 2021-03-09 13:54:01 +00:00
parent 1fc79c3ba2
commit bcea796d69

View File

@ -123,6 +123,11 @@ export class UptimelinkWebwidget extends DeesElement {
border-radius: 3px 3px 10px 10px;
padding: 5px;
margin-top: 10px;
transition: background 0.1s;
}
.viewStatuspage:hover {
background: ${this.goBright ? 'rgba(0,0,0,0.1)' : 'rgba(255,255,255,0.1)'};
}
</style>
<div class="mainbox ${this.isFocused ? 'focused' : null}">