
| Current Path : /var/www/html/c12park/web/modules/contrib/webform/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/modules/contrib/webform/css/webform.element.message.info.css |
/**
* @file
* Message element info styles.
*
* @see /webform/test_element_message
*/
.messages.messages--info {
color: #31708f;
border-color: #0074bd #0074bd #0074bd transparent; /* LTR */
background-color: #d9edf7;
background-image: url(../images/icons/info.svg);
background-repeat: no-repeat;
background-position: 10px 17px;
box-shadow: -8px 0 0 #0074bd; /* LTR */
}
[dir="rtl"] .messages.messages--info {
margin-left: 0;
border-color: #0074bd transparent #0074bd #0074bd;
box-shadow: 8px 0 0 #0074bd;
}