Skip to content

Commit

Permalink
Fixing colors in 'Save Preset' dialog buttons fix #576
Browse files Browse the repository at this point in the history
  • Loading branch information
elieserdejesus committed Sep 7, 2016
1 parent df83200 commit 2eb9add
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions src/resources/css/themes/Black/Dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ MidiToolsDialog #spinBoxTranspose
selection-color: rgb(140, 140, 140);
}

QInputDialog QPushButton
{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(20,20,20), stop:0.02 rgb(80, 80, 80), stop:0.7 rgba(90, 90, 90), stop:1 rgb(40,40,40));
border-color: rgb(20, 20, 20);
color: rgb(140,140,140);
}

PluginScanDialog QPlainTextEdit
{
background: transparent;
Expand Down
7 changes: 0 additions & 7 deletions src/resources/css/themes/Rounded/Dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ MidiToolsDialog
border-radius: 2px;
}

QInputDialog QPushButton
{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(80,80,80), stop:0.02 rgb(150, 150, 150), stop:0.7 rgba(160, 160, 160), stop:1 rgb(90,90,90));
border-color: rgb(60, 60, 60);
color: rgb(45,45,45);
}

PluginScanDialog
{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
Expand Down
7 changes: 0 additions & 7 deletions src/resources/css/themes/Volcano/Dialogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ MidiToolsDialog #spinBoxTranspose
selection-color: rgba(254, 181, 102, 150);
}

QInputDialog QPushButton
{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgb(20,20,20), stop:0.02 rgb(80, 80, 80), stop:0.7 rgba(90, 90, 90), stop:1 rgb(40,40,40));
border-color: rgb(20, 20, 20);
color: rgb(140,140,140);
}

PluginScanDialog QPlainTextEdit
{
background: transparent;
Expand Down

0 comments on commit 2eb9add

Please sign in to comment.