Hello everyone
I'm French so I don't speak German and my English is not perfect. Be indulgent.
Like others I have code which worked in TB 102 and which does not work in TB115 (Supernova)
CSS
To have rounded tabs
.tab-background {
border-radius: 18px 18px 0px 0px !important; border-image: none !important;
}
.tab-line {
display: none;
}
To Change the color of text associated with icons (put in the toolbar)
[label="Relever"] {
color:#008000 !important;
font-weight: bold !important;
/ background-color:#00ffff !important; */
}
[label="Envoyer"] {
color:#0000FF !important;
font-weight: bold !important;
/ background-color:#00ffff !important; */
}
[label="Écrire"] {
color:#FF0000 !important;
font-weight: bold !important;
}
Alles anzeigen
Thanks for all
Best regards