[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap...
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <699f725f3efdb_3b66de0ec494cf@gitlab-sidekiq-low-urgency-cpu-bound-v2-74dd89c46d-zgtz9.mail> |
luci pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki Commits: ae3b2ea8 by luci at 2026-02-25T21:58:31+00:00 [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap... --- * [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap... --- * [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap and Single Container layouts. Thanks, luci. See merge request tikiwiki/tiki!9634 (cherry picked from commit e396b201bdf3aa9e7082da1b82e4a2b197f7edbb) 6809e3db [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap... Co-authored-by: Gary Cunningham-Lee <gary_c-39LOpZwlz1/[email protected]> See merge request tikiwiki/tiki!9635 - - - - - 1 changed file: - themes/base_files/scss/_tiki-pagetop_colors.scss Changes: ===================================== themes/base_files/scss/_tiki-pagetop_colors.scss ===================================== @@ -61,36 +61,36 @@ body:not(.tiki-admin) .tiki-top-nav-dark // Apply background: transparent to children of uppermost parent to prevent nested gradients -.tiki.layout_basic:not(.uab.tiki_admin) { +.tiki.layout_basic:not(.tiki-admin) { .page-header .top_modules, .page-header .top_modules .navbar, .topbar_modules .navbar { - background: transparent !important; - --bs-bg-opacity: 0 !important; + background: transparent; + --bs-bg-opacity: 0; box-shadow: none; border: none; } } -.tiki.layout_classic:not(.uab.tiki_admin) { +.tiki.layout_classic:not(.tiki-admin) { .top_modules .navbar, .topbar, .topbar_modules, .topbar_modules .navbar { - background: transparent !important; - --bs-bg-opacity: 0 !important; + background: transparent; + --bs-bg-opacity: 0; box-shadow: none; border: none; } } -.layout_social:not(.uab.tiki_admin) { +.layout_social:not(.tiki-admin) { header .top_modules, header .top_modules .navbar, .topbar, .topbar .navbar { - background: transparent !important; - --bs-bg-opacity: 0 !important; + background: transparent; + --bs-bg-opacity: 0; box-shadow: none; border: none; } View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ae3b2ea83d05b4948c9a3cd75e235432066373d9 -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/ae3b2ea83d05b4948c9a3cd75e235432066373d9 You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help _______________________________________________ TikiWiki-cvs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs