Skip to content

Commit

Permalink
Changed css to non-gradient graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterSmuts committed Mar 10, 2017
1 parent 9f689a3 commit 7d0355e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions data/themes/classic/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ AutomationEditor {
qproperty-gridColor: #808080;
qproperty-crossColor: rgb( 255, 51, 51 );

qproperty-graphColor: qlineargradient(spread:reflect,
x1:0, y1:0, x2:0, y2:1,
stop:0 rgba(153, 175, 255, 250), stop:1 rgba(153, 175, 255, 100));
qproperty-graphColor: rgba(153, 175, 255, 250);
qproperty-scaleColor: qlineargradient(spread:reflect,
x1:0, y1:0.5, x2:1, y2:0.5,
stop:0 #333, stop:1 #202020);
Expand Down
3 changes: 1 addition & 2 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ AutomationEditor {
qproperty-beatLineColor: #4a3bba;
qproperty-barLineColor: #8173fe;

qproperty-graphColor: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1,
stop:0 rgba(69,42,153,180), stop:1 rgba(69,42,153,100));
qproperty-graphColor: rgba(69,42,153,180);
qproperty-scaleColor: #262b30;
}

Expand Down

0 comments on commit 7d0355e

Please sign in to comment.