×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: roliver
Added: Mar 30, 2020 8:29 PM
Views: 4298
Tags: no tags
  1.  <style type="text/css">
  2.             .ui-messages-warn{
  3.                 border-color: rgb(222 ,184, 135);
  4.                 background-color: #DEB887;
  5.                 color: rgb(139, 69, 19);
  6.  
  7.             }
  8.             .ui-messages-info{
  9.                 border-color: rgb(135, 206, 235);
  10.                 background-color: #87CEEB;
  11.                 color: rgb(0, 0, 205);
  12.  
  13.             }
  14.             .ui-messages-error{
  15.                 border-color: rgb(255, 69, 0);
  16.                 background-color: #FF4500;
  17.                 color: rgb(0, 0, 0);
  18.  
  19.             }
  20.             .ui-messages-fatal{
  21.                 border-color: rgb(128, 128, 128);
  22.                 background-color: #808080;
  23.                 color: rgb(0, 0, 0);
  24.  
  25.             }
  26.         </style>