Skip to content

Commit

Permalink
[TASK] Remove default button styles for GDPR and coverimage
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Oct 22, 2022
1 parent e9a29c8 commit ddd61d6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@
– [TASK] Rewrite back end preview using StandardContentPreviewRenderer
* 2.2.1
- [TASK] Change link tags in coverimage and GDPR to button for better SEO
* 2.2.2
- [TASK] Remove default button styles for GDPR and coverimage
12 changes: 12 additions & 0 deletions Resources/Public/Styles/youtubevideo.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@
margin-bottom: 1em;
}

.youtubevideo-gdpr-button, .youtubevideo-gdpr-cancel {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
-webkit-appearance: none;
-webkit-border-radius: 0;
}

.youtubevideo-gdpr-button {
text-transform: uppercase;
border: 1px solid black;
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'YouTube Video',
'description' => 'YouTube videos with custom cover images, gallery layout, pagination, GDPR options and backend previews.',
'category' => 'fe',
'version' => '2.2.1',
'version' => '2.2.2',
'state' => 'stable',
'clearcacheonload' => true,
'author' => 'Tanel Põld',
Expand Down

0 comments on commit ddd61d6

Please sign in to comment.