Fix modgui color propagating to cv-manage ports

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-05 23:40:51 +01:00
parent 0e85ecf517
commit 52b38c85c9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,6 @@
.cardinal-main.mod-pedal {
background: #333333;
background: linear-gradient(to bottom, #181919, #333333);
color: white;
width: 540px;
height: 590px;
font-size: 20px;
@ -27,6 +26,7 @@
height: 240px;
position: absolute;
top: 0px;
color: white;
}
.cardinal-main.mod-pedal .cardinal-main-bottom {
@ -34,6 +34,7 @@
height: 180px;
position: absolute;
top: 240px;
color: white;
}
/* top area split */

View file

@ -2,7 +2,6 @@
.cardinal-fx.mod-pedal {
background: #333333;
background: linear-gradient(to bottom, #181919, #333333);
color: white;
width: 480px;
height: 420px;
font-size: 20px;
@ -27,6 +26,7 @@
height: 240px;
position: absolute;
top: 0px;
color: white;
}
.cardinal-fx.mod-pedal .cardinal-fx-bottom {
@ -34,6 +34,7 @@
height: 180px;
position: absolute;
top: 240px;
color: white;
}
/* top area split */