Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-07-23 17:37:34 +0000
committerTom Schindl2014-07-23 17:37:34 +0000
commitb6f4c3798da23884c89f7a0997fb8a15fe83840b (patch)
tree1878c1d2f6bf73d74593b5df0c8b3b945bd56419
parent63edd3abf4289db1a68169faf7af69de0a5f3b29 (diff)
downloadorg.eclipse.efxclipse-b6f4c3798da23884c89f7a0997fb8a15fe83840b.tar.gz
org.eclipse.efxclipse-b6f4c3798da23884c89f7a0997fb8a15fe83840b.tar.xz
org.eclipse.efxclipse-b6f4c3798da23884c89f7a0997fb8a15fe83840b.zip
added styleclass
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.controls/src/controls.cssext4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.controls/src/controls.cssext b/bundles/runtime/org.eclipse.fx.ui.controls/src/controls.cssext
index ada031a09..f40c79f42 100644
--- a/bundles/runtime/org.eclipse.fx.ui.controls/src/controls.cssext
+++ b/bundles/runtime/org.eclipse.fx.ui.controls/src/controls.cssext
@@ -1,10 +1,10 @@
import javafx.scene.Group
package org.eclipse.fx.ui.controls {
- PositionMarker extends Group {
+ PositionMarker extends Group styleclass position-marker {
-fx-fill <javafx.paint> default: "rgb(0, 139, 255)";
}
- TabOutlineMarker extends Group {
+ TabOutlineMarker extends Group styleclass tab-outline-marker {
-fx-fill <javafx.paint> default: "orange";
}
} \ No newline at end of file

Back to the top