Fix modgui color propagating to cv-manage ports
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
0e85ecf517
commit
52b38c85c9
2 changed files with 4 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue