Skip to content

Commit

Permalink
#75 Add guesses for IndexDelete and IndexUpdate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPealing committed Oct 9, 2018
1 parent 714865f commit 20171b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/qp.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ div[class|='qp-icon'] {
.qp-icon-AdaptiveJoin{background: url('qp_icons.png') -96px -0px }
.qp-icon-IndexSpool{background: url('qp_icons.png') -160px -96px }
.qp-icon-IndexInsert{background: url('qp_icons.png') -64px -96px }
.qp-icon-IndexDelete{background: url('qp_icons.png') -32px -96px }
.qp-icon-IndexUpdate{background: url('qp_icons.png') -192px -96px }
.qp-icon-ColumnStoreIndexScan{background: url('qp_icons.png') -128px -224px }
.qp-icon-ColumnStoreIndexInsert{background: url('qp_icons.png') -64px -224px }
.qp-icon-ColumnStoreIndexDelete{background: url('qp_icons.png') -32px -224px }
Expand Down

0 comments on commit 20171b2

Please sign in to comment.