Commit ee9db94
committed
fix(spp_dci_server_disability): cover remaining blue selectors in DR theme
The first pass missed three places where the OpenSPP blue still leaked
through on the DR's backend:
- .mk_apps_sidebar_panel (sidebar base background — muk_web_appsbar
paints this from $mk-appbar-background, which spp_base_common
overrides to brand blue).
- .o_main_navbar .o_menu_sections .o_nav_entry /
.o_main_navbar .o_menu_sections .dropdown-toggle (per-section
menu-entry backgrounds — theme_openspp_muk uses descendant
selectors that the existing direct-child override didn't match).
- .btn-primary / .btn-primary:hover (action buttons).
After the fix, the DR backend is green throughout the chrome operators
look at during the demo while the SP stays on default OpenSPP blue.1 parent 6459fd0 commit ee9db94
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
28 | 45 | | |
29 | 46 | | |
30 | 47 | | |
31 | 48 | | |
32 | 49 | | |
33 | 50 | | |
34 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments