Skip to content

Commit

Permalink
v1.1.0.1 Checkbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jellingsen committed May 14, 2019
1 parent 5625ae3 commit 5e96eab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release Notes for Cookie Consent
## 1.1.0.1 - 2019-14-05

### Updated
- Added margins to checkboxes

## 1.1.0 - 2019-14-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elleracompany/craft-cookie-consent",
"description": "GDPR Compliant Cookie Consent Plugin",
"version": "1.1.0",
"version": "1.1.0.1",
"type": "craft-plugin",
"keywords": ["cookies", "consent", "gdpr"],
"license": "Craft",
Expand Down
13 changes: 12 additions & 1 deletion src/resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,15 @@
}
#elc-cookie-tab a {
color: #ffffff;
}
}
#elc-cookie-consent input[type="checkbox" i] {
-webkit-appearance: checkbox;
box-sizing: border-box;
}
#elc-cookie-consent input[type="checkbox" i] {
background-color: initial;
cursor: default;
margin: 3px 3px 3px 0.6em;
padding: initial;
border: initial;
}

0 comments on commit 5e96eab

Please sign in to comment.