[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] Fix missing admin page top navbar background in Classic Bootstrap...

"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <699dbea8b47ec_3b18742887676@gitlab-sidekiq-low-urgency-cpu-bound-v2-76bc9d679c-pz825.mail>

Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
e396b201 by Gary Cunningham-Lee at 2026-02-24T23:54:00+09: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 and Single Container layouts. Thanks, luci.

See merge request tikiwiki/tiki!9634

- - - - -


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/e396b201bdf3aa9e7082da1b82e4a2b197f7edbb

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e396b201bdf3aa9e7082da1b82e4a2b197f7edbb
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.