This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    Cpt.Meatball
    
            
            
                    
                                            
        
    
        I'll try to update this regularly if I come across some simple styling tips for OctoberCMS.
The {% framework extras %} inserts a blue stripe loading bar at the top of the screen when ajax actions are being handled. If your theme has a particular color that blue loading stripe can be a serious (visual)design flaw.  Add this to your CSS and design-flaw no more!
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #######;
}Last updated
1-1 of 1