Skip to content

Commit

Permalink
Merge pull request ManageIQ#439 from epwinchell/quad_update
Browse files Browse the repository at this point in the history
Listnav Quad power state styling fix
  • Loading branch information
mzazrivec authored Feb 22, 2017
2 parents 1c914d0 + a3865c3 commit ce85750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ img.tiny { margin: 0; padding: 0;width:20px;height:20px; border: 0; vertical-ali
.quadicon:hover{ padding: 1px 0 0 1px;}

// adjust power state images for use in quad icon //
.quadicon img[src*="currentstate"] {
.b72 img[src*="currentstate"] {
clip-path: inset(0 0 2px 0 round 0 12px 0 0);
-webkit-clip-path: inset(0 0 2px 0 round 0 12px 0 0);
}

.quadicon img[src*="archived"], .quadicon img[src*="template"], .quadicon img[src*="disconnected"], .quadicon img[src*="orphaned"], .quadicon img[src*="never"], img[src*="retired"], .quadicon img[src*="unknown"] {
.b72 img[src*="archived"], .b72 img[src*="template"], .b72 img[src*="disconnected"], .b72 img[src*="orphaned"], .b72 img[src*="never"], img[src*="retired"], .b72 img[src*="unknown"] {
width: 24px;
height: 24px;
margin-left: 4px;
Expand Down

0 comments on commit ce85750

Please sign in to comment.