• Resolved Ivan Lutrov

    (@ivanlutrov)


    It’s quite common for developers to style admin notices so the different levels (info, success, warning, error) are represented by different background colours. I see your plugin adds this CSS declaration:

    .wbcr-dan-hide-notices {
    	position: relative;
    	padding: 5px 5px 0;
    	background: #fff;
    }
    

    I think inheriting the background colour would be better:

    .wbcr-dan-hide-notices {
    	position: relative;
    	padding: 5px 5px 0;
    	background: inherit;
    }
    
    • This topic was modified 5 years, 7 months ago by Ivan Lutrov.
    • This topic was modified 5 years, 7 months ago by Ivan Lutrov.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Notice background colour incorrect’ is closed to new replies.