Index: lams_flex/LamsAuthor/src/assets/css/propertyInspector.css =================================================================== diff -u --- lams_flex/LamsAuthor/src/assets/css/propertyInspector.css (revision 0) +++ lams_flex/LamsAuthor/src/assets/css/propertyInspector.css (revision 49b1554a182016d60094625120b16bc761fdb2fe) @@ -0,0 +1,56 @@ +/* CSS file */ + + +.propertyInspectorUnselected { + paddingLeft: 0; paddingRight: 0; paddingTop:0; paddingBottom:0; + borderStyle: solid; + borderThicknessLeft: 0; + borderThicknessTop: 0; + borderThicknessBottom: 0; + borderThicknessRight: 0; + roundedBottomCorners: true; + cornerRadius: 0; + headerHeight: 17; + headerColors: #FDFEFE, #E7EEFF; + backgroundColor: #c2d5fe; + dropShadowEnabled: true; + shadowDistance: 0; + shadowDirection: right; + titleStyleName: "propertyInpsectorTitleUnselected"; + vertical-gap: 0; + background-alpha: 0.2; +} + +.propertyInpsectorTitleUnselected { + textAlign: center; + color: #9DADB1; +} + +.propertyInspectorSelected { + paddingLeft: 0; paddingRight: 0; paddingTop:0; paddingBottom:0; + borderStyle: solid; + borderThicknessLeft: 0; + borderThicknessTop: 0; + borderThicknessBottom: 0; + borderThicknessRight: 0; + roundedBottomCorners: true; + cornerRadius: 0; + headerHeight: 17; + headerColors: #c2d5fe, #E7EEFF; + backgroundColor: #c2d5fe; + dropShadowEnabled: true; + shadowDistance: 0; + shadowDirection: right; + titleStyleName: "propertyInpsectorTitleSelected"; + vertical-gap: 0; + background-alpha: 0.9; +} + +.propertyInpsectorTitleSelected { + textAlign: center; + font-weight:bold; +} + + + + Index: lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml =================================================================== diff -u -r0aaad79f0f603dbb8fbcc1bd66f381428715c4d5 -r49b1554a182016d60094625120b16bc761fdb2fe --- lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml (.../PropertyInspector.mxml) (revision 0aaad79f0f603dbb8fbcc1bd66f381428715c4d5) +++ lams_flex/LamsAuthor/src/org/lamsfoundation/lams/author/components/PropertyInspector.mxml (.../PropertyInspector.mxml) (revision 49b1554a182016d60094625120b16bc761fdb2fe) @@ -1,57 +1,86 @@ + - - - + + + + + - - - - + + + + + + + + + + + + +