Skip to content
Prev Previous commit
Next Next commit
Highlight Plugin desc widgets on mouseover
  • Loading branch information
irrenhaus3 committed Aug 23, 2017
commit 44bb028b405526e1f5ed491dd0e423dd734a7f5f
2 changes: 1 addition & 1 deletion data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ PluginDescWidget {
}

PluginDescWidget:hover {
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1, stop:0 #2E343B, stop:1 #1E2326);
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:1, stop:0 #363F4B, stop:1 #4A545F);
color: #d1d8e4;
}

Expand Down