Compare commits

..

No commits in common. "ccab9ddb12fd3c3cf1f27cfa0ab2e044397f3b29" and "f2bc769a43101acb3b00aaec25c5c573635e7583" have entirely different histories.

2 changed files with 24 additions and 31 deletions

File diff suppressed because one or more lines are too long

View File

@ -234,19 +234,18 @@ app.component('plugScheduleWidget', {
<style>
* {
font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
font-family: sans;
padding: 0px;
border-spacing: 0px;
border: transparent;
text-align: center;
color: #aaa;
color: #666;
font-weight: normal;
}
body {
width: 80%;
margin: auto;
background: #333340;
}
}
button {
padding: 4px 8px;
margin-left: 5px;