Schliessen-Knopf im Standort-Blatt war im Tagmodus unsichtbar (2026.8.30.15)
Der runde Knopf malte var(--tile) auf ein Blatt, das selbst deckend ist - im Tagmodus beides #FFFFFF, also weiss auf weiss. Nachts faellt es nicht auf, weil --tile dort ein Schleier ueber dunklem Grund ist. Derselbe Fehlertyp wie bei den Wischzeilen von heute, nur andersherum: dort addierten sich zwei Schleier im Nachtmodus, hier verschwindet eine Flaeche im Tagmodus. Beide Male, weil eine Flaeche auf einer Flaeche mit --tile gemalt wurde. Jetzt --ios-fill, in diesem Projekt ohnehin das Zeichen fuer "das hier laesst sich bedienen"; es traegt in beiden Themes. In beiden Codebasen geaendert - das Panel hatte den Fehler genauso. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1695,6 +1695,12 @@ button.dm-listenzeile {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
/* --ios-fill statt --tile: das Blatt selbst ist deckend, im Tagmodus also
|
||||||
|
weiss - und --tile ist dort ebenfalls #FFFFFF. Der Knopf war damit weiss
|
||||||
|
auf weiss und als Knopf nicht zu erkennen. Nachts faellt es nicht auf,
|
||||||
|
weil --tile dort ein Schleier ueber dunklem Grund ist. --ios-fill ist in
|
||||||
|
diesem Projekt ohnehin das Zeichen fuer "das hier laesst sich bedienen"
|
||||||
|
und traegt in beiden Themes. */
|
||||||
.dm-standortmenu__schliessen {
|
.dm-standortmenu__schliessen {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 14px;
|
top: 14px;
|
||||||
@@ -1705,7 +1711,7 @@ button.dm-listenzeile {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background: var(--tile);
|
background: var(--ios-fill);
|
||||||
border: none;
|
border: none;
|
||||||
color: var(--fg2);
|
color: var(--fg2);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"2026.8.30.14","sha256":"982a3eac1feb6e2a009818f0f4b6b1d56d6c2d4f44f15948067cc7814d0f45ed","bytes":256972,"gebaut":"2026-08-30T21:38:56Z"}
|
{"version":"2026.8.30.15","sha256":"411b13cca076656b76c8238bbf2eeefc6e71a7803506cde756f1fba8ff9e2f9c","bytes":256973,"gebaut":"2026-08-30T21:40:37Z"}
|
||||||
Binary file not shown.
@@ -1030,10 +1030,16 @@ button.leaf:active { background: var(--tile-2); }
|
|||||||
content: ""; position: absolute; left: 50%; top: 50%;
|
content: ""; position: absolute; left: 50%; top: 50%;
|
||||||
transform: translate(-50%, -50%); width: 88px; height: 44px;
|
transform: translate(-50%, -50%); width: 88px; height: 44px;
|
||||||
}
|
}
|
||||||
|
/* --ios-fill statt --tile: das Blatt selbst ist deckend, im Tagmodus also
|
||||||
|
weiss - und --tile ist dort ebenfalls #FFFFFF. Der Knopf war damit weiss
|
||||||
|
auf weiss und als Knopf nicht zu erkennen. Nachts faellt es nicht auf,
|
||||||
|
weil --tile dort ein Schleier ueber dunklem Grund ist. --ios-fill ist in
|
||||||
|
diesem Projekt ohnehin das Zeichen fuer "das hier laesst sich bedienen"
|
||||||
|
und traegt in beiden Themes. */
|
||||||
.standortmenu-schliessen {
|
.standortmenu-schliessen {
|
||||||
position: absolute; top: 14px; right: 0; width: 32px; height: 32px; border-radius: 50%;
|
position: absolute; top: 14px; right: 0; width: 32px; height: 32px; border-radius: 50%;
|
||||||
display: flex; align-items: center; justify-content: center;
|
display: flex; align-items: center; justify-content: center;
|
||||||
background: var(--tile); border: none; color: var(--fg2); cursor: pointer; padding: 0;
|
background: var(--ios-fill); border: none; color: var(--fg2); cursor: pointer; padding: 0;
|
||||||
}
|
}
|
||||||
.standortmenu-kopf { margin-top: 8px; padding-right: 44px; }
|
.standortmenu-kopf { margin-top: 8px; padding-right: 44px; }
|
||||||
.standortmenu-name { font-size: 17px; color: var(--fg); }
|
.standortmenu-name { font-size: 17px; color: var(--fg); }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"domain": "audi_dashboard",
|
"domain": "audi_dashboard",
|
||||||
"name": "Audi Dashboard",
|
"name": "Audi Dashboard",
|
||||||
"version": "2026.8.30.14",
|
"version": "2026.8.30.15",
|
||||||
"documentation": "https://gitea.nothaft.cloud/paul/audi-app/src/branch/main/README.md",
|
"documentation": "https://gitea.nothaft.cloud/paul/audi-app/src/branch/main/README.md",
|
||||||
"issue_tracker": "https://gitea.nothaft.cloud/paul/audi-app/issues",
|
"issue_tracker": "https://gitea.nothaft.cloud/paul/audi-app/issues",
|
||||||
"codeowners": ["@paul"],
|
"codeowners": ["@paul"],
|
||||||
|
|||||||
Reference in New Issue
Block a user