home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / alerts / alert.css
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  800 b   |  35 lines

  1. /* ===== alert.css =====================================================
  2.   == Styles specific to the alerts dialog.
  3.   ======================================================================= */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. .alertBox {
  8.   border-right: 2px solid #7B969C;
  9.   border-bottom: 2px solid #7B969C;
  10.   border-top: 2px solid #7B969C;
  11.   border-left: 2px solid #7B969C;
  12.   background-color: -moz-Dialog;
  13.   min-height: 50px;
  14. }
  15.  
  16. .alertImageBox {
  17.   margin-left: 4px;
  18.   margin-right: 6px;
  19.   min-height: 46px;
  20. }
  21.  
  22. .alertTitle {
  23.   font-weight: bold;
  24. }
  25.  
  26. .alertText[clickable="true"] {
  27.   cursor: pointer;
  28.   color: #1455D6;
  29.   text-decoration: underline;
  30. }
  31.  
  32. .alertText[clickable="true"]:hover:active {
  33.   color: #424F63;
  34. }
  35.