Skip to content

Instantly share code, notes, and snippets.

@sergiois
Last active December 25, 2015 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergiois/7026174 to your computer and use it in GitHub Desktop.
Save sergiois/7026174 to your computer and use it in GitHub Desktop.
Estilos personalizados para mensajes de sistema nativos de Joomla! (en lugar de usar los de la hoja de estilos de system)
#system-message-container #system-message dt{display:none;}
#system-message-container #system-message dd{margin:0; padding:10px;}
#system-message-container #system-message dd ul{margin:0; padding:0;}
#system-message-container #system-message dd ul li{margin:0; padding:0;}
#system-message-container #system-message dd.error.message{background: none repeat scroll 0 0 rgba(218, 49, 75, 0.2); color: #DA314B;}
#system-message-container #system-message dd.message.message{background: none repeat scroll 0 0 rgba(16, 151, 244, 0.2); color: #075C97;}
#system-message-container #system-message dd.success.message{background: none repeat scroll 0 0 rgba(140, 193, 76, 0.2); color: #8CC14C;}
#system-message-container #system-message dd.warning.message{background: none repeat scroll 0 0 rgba(250, 167, 50, 0.2); color: #FAA732;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment