Skip to content

Commit fe6b5e6

Browse files
committed
- Make sure no image is displayed for the billing module in the navigation if the default_no_navimg theme is selected.
1 parent dd0ddd1 commit fe6b5e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/web/themes/default_no_navimg/css/additional.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,8 @@
6161
background-image: none !important;
6262
}
6363

64+
.topnav-billing {
65+
background-image: none !important;
66+
}
67+
6468
}

0 commit comments

Comments
 (0)