[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX][UI] Make button badges in wiki page bar consistent - fix spacing and color contrast issues.
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <68ff2b762b478_2ce1b1820627@gitlab-sidekiq-low-urgency-cpu-bound-v2-854849f664-wxlj5.mail> |
Gary Cunningham-Lee pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki Commits: bf30d4c3 by Gary Cunningham-Lee at 2025-10-27T17:14:21+09:00 [FIX][UI] Make button badges in wiki page bar consistent - fix spacing and color contrast issues. --- * [FIX][UI] Make button badges in wiki page bar consistent - fix spacing and color contrast issues. --- * [FIX][UI] Make button badges in wiki page bar consistent - fix spacing and color contrast issues. See merge request tikiwiki/tiki!8879 (cherry picked from commit 7edef3bfebd27868c8ac75fc1b92c6b925b53ba7) d551bf42 [FIX][UI] Make button badges in wiki page bar consistent - fix spacing and color contrast issues. Co-authored-by: Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]> See merge request tikiwiki/tiki!8880 - - - - - 1 changed file: - templates/tiki-page_bar.tpl Changes: ===================================== templates/tiki-page_bar.tpl ===================================== @@ -140,7 +140,7 @@ <a class="btn btn-secondary mb-2" id="comment-toggle" href="{service controller=comment action=list type="wiki page" objectId=$page}#comment-container"> {tr}Comments{/tr} {if $count_comments} - <span class="count_comments badge bg-secondary">{$count_comments}</span> + <span class="count_comments badge text-bg-info">{$count_comments}</span> {/if} </a> {jq} @@ -158,8 +158,7 @@ || $tiki_p_wiki_admin_attachments == 'y')} {capture assign=thistext} {strip} - {tr}Files{/tr} - <span class="atts_count badge bg-info">{$atts_count|default:0}</span> + {tr}Files{/tr} <span class="atts_count badge text-bg-info">{$atts_count|default:0}</span> {/strip} {/capture} {button href="#attachments" _flip_id="attzone{if isset($pagemd5)}{$pagemd5}{/if}" _type="secondary mb-2" _text=$thistext _flip_default_open=$prefs.w_displayed_default _flip_hide_text="n"} View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/bf30d4c3361ef54ba17d52b692189f6569fef6f7 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/bf30d4c3361ef54ba17d52b692189f6569fef6f7 You're receiving this email because of your account on gitlab.com. _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs