Improve Choose Update Source feature based on feedback
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/tag/woodpecker Pipeline is pending
Plugin Asset Update / Push assets to WordPress.org (push) Has been cancelled
Build Release / Build and Create Release (push) Has been cancelled
Build Release / Deploy to WordPress.org (push) Has been cancelled

This commit is contained in:
2025-04-13 14:27:26 +01:00
parent 5e8da5d87b
commit eac794c54a
8 changed files with 71 additions and 32 deletions

View File

@ -57,7 +57,18 @@
.fpden-update-source-toggle:hover {
/* hover color is now inherited from theme */
text-decoration: underline;
}
/* Close button styles */
.fpden-close-modal {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-size: 40px; /* Large size */
color: #666;
line-height: 30px;
text-decoration: none !important;
}
/* Source badges */