- unused style git-svn-id: https://svn.apache.org/repos/asf/flex/whiteboard@1451082 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css b/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css index 4f28b3a..998155f 100644 --- a/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css +++ b/fthomas/developerToolSuite/trunk/org.apache.flex.utilities.developerToolSuite.standard-theme/src/main/resources/default.css
@@ -16,22 +16,13 @@ */ @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; -@namespace asf "org.apache.flex.utilities.developerToolSuite.*"; +@namespace app "org.apache.flex.utilities.developerToolSuite.*"; -asf|MainApplication { +app|MainApplication { backgroundColor: #DDDDDD; skinClass: ClassReference("org.apache.flex.utilities.developerToolSuite.ApplicationSkin"); } -asf|SettingsValidationInProgressWindow { - borderAlpha: 1; - borderThickness: 2; - borderVisible: true; - borderStyle: outset; - backgroundAlpha: 1; - backgroundColor: #ffffff; -} - .stackedForm { skinClass: ClassReference("spark.skins.spark.StackedFormSkin");