BUGFIX Avoid ugly border in CMS forms by adding "border: none" in CSS to cms/css/layout.css

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@67506 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-12-05 02:52:14 +00:00 committed by Sam Minnee
parent 74545e682c
commit 9fa7446355

View File

@ -96,6 +96,7 @@ input.loading {
/* Overrides - TODO Find a better place to put them */
form#Form_EditForm fieldset {
height: 100%;
border: none;
}
body.stillLoading select {
display: none;