Difference between revisions of "Common.css"
From Boundary Devices Wiki
(Replaced content with "→CSS placed here will be applied to all skins: ") Tag: Replaced |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /***** START *****/ | ||
+ | /* Edit the Top Bar and Menu */ | ||
+ | .top-bar { | ||
+ | background: #fff !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Edit the Top Bar and Menu */ | ||
+ | /***** END *****/ |
Revision as of 16:55, 2 December 2020
/* CSS placed here will be applied to all skins */ /***** START *****/ /* Edit the Top Bar and Menu */ .top-bar { background: #fff !important; } /* Edit the Top Bar and Menu */ /***** END *****/