Notice background colour incorrect
-
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; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notice background colour incorrect’ is closed to new replies.