Skip to content

Commit 1bfde30

Browse files
authored
Add files via upload
1 parent 61af059 commit 1bfde30

6 files changed

Lines changed: 15 additions & 8 deletions

File tree

mogushan/elegon.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;

mogushan/feng.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;

mogushan/garajal.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;

mogushan/geisterkoenige.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;

mogushan/steinwache.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;
@@ -101,7 +102,8 @@ <h3 class="text-xl font-semibold text-blue-450 mb-4">Visuelle Hilfen</h3>
101102
<div>
102103
<h4 class="text-lg font-semibold">Positionierung für "Überladen"</h4>
103104
<div class="bg-slate-900 mt-2 rounded-lg h-48 flex items-center justify-center text-gray-500">
104-
[Image of Tank-Positionierung]
105+
fabric.Image.fromURL('DEIN-BILDURL', ...)
106+
105107
</div>
106108
</div>
107109
<div>
@@ -250,4 +252,4 @@ <h4 class="text-lg font-bold text-red-400">Heroische Anpassungen (25-Spieler)</h
250252
</div>
251253
</div>
252254
</section>
253-
</main>
255+
</main>

mogushan/wille.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
color: white;
1818
}
1919
.assignment-select:disabled {
20-
opacity: 0.5;
20+
opacity: 0.9;
21+
cursor: not-allowed;
2122
}
2223
.editor-info {
2324
font-size: 0.75rem;

0 commit comments

Comments
 (0)