Changeset 4950
- Timestamp:
- 10/30/09 11:01:51 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/mt-static/css/structure.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/mt-static/css/structure.css
r4946 r4950 2365 2365 .edit-author .user-status-disabled, 2366 2366 .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; 2368 2372 } 2369 2373 … … 3581 3585 } 3582 3586 3583 #list-themes .theme-status a {3587 #list-themes .theme-status .alert-warning a { 3584 3588 color: #2b2b2b; 3585 3589 } … … 3960 3964 width: 680px; 3961 3965 margin-left: -340px; 3962 background: #fff ;3966 background: #fffffc; 3963 3967 z-index: 3001; 3964 3968 border: 1px solid #9ea1a3; … … 4040 4044 text-decoration: none; 4041 4045 color: #f8fbf8; 4042 background-color: # 9ea1a3;4046 background-color: #7b7c7d; 4043 4047 } 4044 4048 … … 4064 4068 .dialog .selected-items .items a:hover .remove, 4065 4069 .dialog .selected-items .items a:active .remove { 4066 background-color: # c0c6c9;4070 background-color: #9ea1a3; 4067 4071 color: #2b2b2b; 4068 4072 } … … 4282 4286 padding: 5px; 4283 4287 border: 8px solid #7b7c7d; 4284 background-color: #fff ;4288 background-color: #fffffc; 4285 4289 -moz-border-radius: 5px; 4286 4290 -khtml-border-radius: 5px;
