Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ef19ab203 | |||
| bcea796d69 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptimelink/webwidget",
|
"name": "@uptimelink/webwidget",
|
||||||
"version": "1.0.65",
|
"version": "1.0.66",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptimelink/webwidget",
|
"name": "@uptimelink/webwidget",
|
||||||
"version": "1.0.65",
|
"version": "1.0.66",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "the webwidget for public use of uptimelink",
|
"description": "the webwidget for public use of uptimelink",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
|||||||
@@ -123,6 +123,11 @@ export class UptimelinkWebwidget extends DeesElement {
|
|||||||
border-radius: 3px 3px 10px 10px;
|
border-radius: 3px 3px 10px 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-top: 10px;
|
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>
|
</style>
|
||||||
<div class="mainbox ${this.isFocused ? 'focused' : null}">
|
<div class="mainbox ${this.isFocused ? 'focused' : null}">
|
||||||
|
|||||||
Reference in New Issue
Block a user