Skip to content

Commit

Permalink
Merge pull request #143 from thememachine/74-uninstall-submit-icon
Browse files Browse the repository at this point in the history
#74 uninstall conf
  • Loading branch information
mortendk authored Aug 1, 2017
2 parents 11f1dae + e923eae commit b31e7e5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions eleven/templates/component/button/button/form-input-submit.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,18 @@ first one is keeping the state that it have the other changes it to published or
}


/* uninstall */
.system-modules-uninstall #edit-actions input[type="submit"]{
background-color: var(--grass-light);
}
.system-modules-uninstall #edit-actions input[type="submit"] + .form-item__icon{
background-color: var(--grass);
}
.system-modules-uninstall .form-item__icon::before{
mask-image: url(../icons/power-off.svg);
-webkit-mask-image: url(../icons/power-off.svg);

}

/*input[type="submit"][formnovalidate="formnovalidate"] {
background-color: var(--concrete);
Expand Down
7 changes: 7 additions & 0 deletions eleven/templates/component/button/icons/power-off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b31e7e5

Please sign in to comment.