Browse Source

Fix modgui color propagating to cv-manage ports

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.05
falkTX 3 years ago
parent
commit
52b38c85c9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      src/MOD/Cardinal.lv2/modgui/stylesheet.css
  2. +2
    -1
      src/MOD/CardinalFX.lv2/modgui/stylesheet.css

+ 2
- 1
src/MOD/Cardinal.lv2/modgui/stylesheet.css 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 */


+ 2
- 1
src/MOD/CardinalFX.lv2/modgui/stylesheet.css 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 */


Loading…
Cancel
Save