You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/08 07:05:14 UTC

[2/6] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix border CSS

fix border CSS


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e30a1296
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e30a1296
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e30a1296

Branch: refs/heads/release0.8.0
Commit: e30a129621da6b4e089c91693ff9b728ec2438a3
Parents: 5ebb2ae
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 7 22:47:56 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 7 23:23:05 2017 -0700

----------------------------------------------------------------------
 frameworks/projects/Basic/src/main/resources/defaults.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e30a1296/frameworks/projects/Basic/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Basic/src/main/resources/defaults.css b/frameworks/projects/Basic/src/main/resources/defaults.css
index 026c933..e236e38 100644
--- a/frameworks/projects/Basic/src/main/resources/defaults.css
+++ b/frameworks/projects/Basic/src/main/resources/defaults.css
@@ -425,7 +425,7 @@ Panel
 	IPanelLayout: ClassReference("org.apache.flex.html.beads.layouts.VerticalFlexLayout");
 	
 	background-color: #FFFFFF;
-	border: solid 1px #333333
+	border: 1px solid #333333
 }
 
 PanelWithControlBar
@@ -435,12 +435,12 @@ PanelWithControlBar
 	IPanelLayout: ClassReference("org.apache.flex.html.beads.layouts.VerticalFlexLayout");
 	
 	background-color: #FFFFFF;
-	border: solid 1px #333333;
+	border: 1px solid #333333;
 }
 
 Panel .TitleBar
 {
-	border-bottom: solid 1px #333333;
+	border-bottom: 1px solid #333333;
 }
 
 .PanelContent
@@ -662,7 +662,7 @@ global
 		IMeasurementBead: ClassReference("org.apache.flex.html.beads.ControlBarMeasurementBead");
 		IBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead");
 		IBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead");  
-		border: solid 1px #333333;
+		border: 1px solid #333333;
 	}
 	
 	ComboBoxList {
@@ -903,7 +903,7 @@ global
 	{
 		IBorderBead: ClassReference("org.apache.flex.html.beads.SingleLineBorderBead");
 		IBackgroundBead: ClassReference("org.apache.flex.html.beads.SolidBackgroundBead");
-		border: solid 1px #333333;
+		border: 1px solid #333333;
 	}
 	
 	ToggleTextButton