Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 408553
Collapse All | Expand All

(-)a/examples/org.eclipse.rap.design.example/theme/business/business.css (+2 lines)
Lines 1050-1055 Link Here
1050
  color: #464a4e;
1050
  color: #464a4e;
1051
  background-color: #fcfcfc;
1051
  background-color: #fcfcfc;
1052
  background-image: none;
1052
  background-image: none;
1053
  background-repeat: repeat;
1054
  background-position: left top;
1053
  text-shadow: none;
1055
  text-shadow: none;
1054
  box-shadow: none
1056
  box-shadow: none
1055
}
1057
}
(-)a/examples/org.eclipse.rap.design.example/theme/fancy/fancy.css (+2 lines)
Lines 1031-1036 Link Here
1031
  color: #464a4e;
1031
  color: #464a4e;
1032
  background-color: #fcfcfc;
1032
  background-color: #fcfcfc;
1033
  background-image: none;
1033
  background-image: none;
1034
  background-repeat: repeat;
1035
  background-position: left top;
1034
  text-shadow: none;
1036
  text-shadow: none;
1035
  box-shadow: none;
1037
  box-shadow: none;
1036
}
1038
}
(-)a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/business/Text.test.css (-1 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2010, 2012 EclipseSource and others.
2
 * Copyright (c) 2010, 2013 EclipseSource and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 14-19 Link Here
14
Text {
14
Text {
15
  color: #464a4e;
15
  color: #464a4e;
16
  background-color: #fcfcfc;
16
  background-color: #fcfcfc;
17
  background-repeat: repeat;
18
  background-position: left top;
17
}
19
}
18
20
19
Text[BORDER] {
21
Text[BORDER] {
(-)a/tests/org.eclipse.rap.rwt.themes.test/src/org/eclipse/rap/rwt/themes/test/fancy/Text.test.css (-1 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2010, 2012 EclipseSource and others.
2
 * Copyright (c) 2010, 2013 EclipseSource and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 14-19 Link Here
14
Text {
14
Text {
15
  color: #464a4e;
15
  color: #464a4e;
16
  background-color: #fcfcfc;
16
  background-color: #fcfcfc;
17
  background-repeat: repeat;
18
  background-position: left top;
17
}
19
}
18
20
19
Text[BORDER] {
21
Text[BORDER] {

Return to bug 408553