Changeset 13237

Show
Ignore:
Timestamp:
11/01/07 12:19:33 (1 year ago)
Author:
adrenalin
Message:

protoGrowl uses now a PNG image with alpha channeled drop-shadow as a
background image, if applicable. Stronger font color rule to override
overflowing system specific colors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/static/midcom.services.uimessages/protoGrowl.css

    r4934 r13237  
    88  padding: 3px; 
    99  z-index: 99999; 
     10  color: #000000 !important; 
    1011} 
    1112 
     
    1617{ 
    1718  background-image: url('images/bg.gif'); 
     19  background-repeat: no-repeat; 
     20  background-position: top left; 
     21} 
     22 
     23html > body div.midcom-service-uimessages-protogrowl-type-ok, 
     24html > body div.midcom-service-uimessages-protogrowl-type-warning, 
     25html > body div.midcom-service-uimessages-protogrowl-type-info, 
     26html > body div.midcom-service-uimessages-protogrowl-type-error 
     27{ 
     28  background-image: url('images/bg.png'); 
    1829  background-repeat: no-repeat; 
    1930  background-position: top left;