Changeset 4950

Show
Ignore:
Timestamp:
10/30/09 11:01:51 (4 weeks ago)
Author:
kaminogoya
Message:

Modified link text color of theme-status block. BugzID #102970

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/mt-static/css/structure.css

    r4946 r4950  
    23652365.edit-author .user-status-disabled, 
    23662366.edit-group .group-status-disabled { 
    2367     background-color: #F2F2B0; 
     2367    background-color: #fef263; 
     2368    -moz-border-radius: 5px; 
     2369    -khtml-border-radius: 5px; 
     2370    -webkit-border-radius: 5px; 
     2371    border-radius: 5px; 
    23682372} 
    23692373 
     
    35813585} 
    35823586 
    3583 #list-themes .theme-status a {  
     3587#list-themes .theme-status .alert-warning a {  
    35843588    color: #2b2b2b; 
    35853589} 
     
    39603964    width: 680px; 
    39613965    margin-left: -340px; 
    3962     background: #fff; 
     3966    background: #fffffc; 
    39633967    z-index: 3001; 
    39643968    border: 1px solid #9ea1a3; 
     
    40404044    text-decoration: none; 
    40414045    color: #f8fbf8; 
    4042     background-color: #9ea1a3; 
     4046    background-color: #7b7c7d; 
    40434047} 
    40444048 
     
    40644068.dialog .selected-items .items a:hover .remove, 
    40654069.dialog .selected-items .items a:active .remove {  
    4066     background-color: #c0c6c9; 
     4070    background-color: #9ea1a3; 
    40674071    color: #2b2b2b; 
    40684072} 
     
    42824286    padding: 5px; 
    42834287    border: 8px solid #7b7c7d; 
    4284     background-color: #fff; 
     4288    background-color: #fffffc; 
    42854289    -moz-border-radius: 5px; 
    42864290    -khtml-border-radius: 5px;