This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
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
0e85ecf517
commit
52b38c85c9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/MOD/Cardinal.lv2/modgui/stylesheet.css
+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 */
Write
Preview
Loading…
Cancel
Save