Hello, i have questions about the BasicUI Sitemap:
I used the Basic UI with modified additional css file.
but i have 2 questions about the refresh:
he dont change the refresh-color of the navigation refresh-bar on the top when im refresh the sitemap.
i set purple, but he load everytime blue.
second question is, i see that OH3 was loaded the sitemap better, because the Icons and Text-Labels ripple after refresh on OH4.
on Oh3 he was normally. For example when a Label was green, he load afer refresh first Gray, than color green, i dont know why.
when i click F5, all Icons and Labels going like a blzzard out, and come back.
here is my CSS-File of my modified CSS
/ABGERUNDETE ECKEN/
.mdl-form, .mdl-form__row {
border-radius: 35px;
}
body[data-theme=“light”] {
/–primary-color: #E64A19*; /HAUPTMENÜ-LEISTE + ON-SCHALTER*/
/–switch-on-track-bg: #E5C5BC; /ON-SCHALTER SCHATTEN/
/*–body-bg: #F3F3F3; /HINTERGRUNDFARBE HELLGRAU/
--primary-color: #8459D5; /*HAUPTMENÜ-LEISTE + ON-SCHALTER*/
--switch-on-track-bg: #CEBCE2; /*ON-SCHALTER SCHATTEN*/
--body-bg: #E0E5FF; /*HINTERGRUNDFARBE*/
--header-bg: var(--primary-color);
}
/BASIC-UI REFRESH-RIPPLE NAVI/
.mdl-layout__header {
background-color: #8459D5!important;
background-color: var(–header-bg, #8459D5)!important;
}
/BASIC-UI REFRESH-RIPPLE HINTERGRUND/
body {
background-color: #E0E5FF!important;
background-color: var(–body-bg, #E0E5FF)!important;
}
/HELLER LADEBALKEN OBEN/
.mdl-progress>.bufferbar {
/* ORANGE background-image: linear-gradient(#E5C5BC, #E5C5BC); */
background-image: linear-gradient(#CEBCE2, #CEBCE2) !important;
}
/TRENNZEILE/
.page-content {
padding: 15px;
}
/ZEILENABSTAND OBEN+UNTEN/
.mdl-grid {
margin-top: 5px;
margin-bottom: 25px;
}
/SCHRIFTARTEN/
html, body, .mdl-layout-title, h5, h6, .mdl-button {
font-family: “Helvetica”, “Arial”, sans-serif;
}
/BILDABSTAND IN ZEILE/
.mdl-form__image.mdl-form__control {
padding: 12px;
}
/MARKIERUNG/
::selection {
/*ORANGE background: #E5C5BC; */
background: #CEBCE2;
}
/DUNKLER LADEBALKEN OBEN + ON-BUTTON/
.mdl-progress.mdl-progress__indeterminate>.bar1, .mdl-progress.mdl-progress__indeterminate>.bar3, .mdl-button–accent.mdl-button–accent.mdl-button–raised, .mdl-button–accent.mdl-button–accent.mdl-button–fab {
/background-color: #E64A19*;*/
background-color: #8459D5 !important;
}
Thank you =)
PS: I love openHAB =)