Merge remote-tracking branch 'origin/ac_main' into mdev

This commit is contained in:
Ewoud
2022-12-19 14:00:52 +01:00
18 changed files with 2865 additions and 2268 deletions

View File

@@ -128,12 +128,13 @@ button {
display: inline-block;
}
.icons.on {
color: var(--c-g);
.on {
color: var(--c-g) !important;
}
.icons.off {
color: var(--c-6);
.off {
color: var(--c-6) !important;
cursor: default !important;
}
.top .icons, .bot .icons {
@@ -981,7 +982,7 @@ textarea {
.segname, .pname {
white-space: nowrap;
cursor: pointer;
/*cursor: pointer;*/
text-align: center;
overflow: clip;
text-overflow: ellipsis;