MINOR Styling for input.disabled

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@68195 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-12-10 21:50:26 +00:00 committed by Sam Minnee
parent 00af8833c9
commit ca4a4a9c2f

View File

@ -76,6 +76,10 @@ li.action button {
background: #fff;
}
.ajaxActions input.disabled {
color: #666;
}
input.action.loading, input.action.loading:hover {
padding-left: 22px;
background: url(../images/network-save.gif) 3px 2px no-repeat;