maxGraph/javascript/examples/grapheditor/www/styles/grapheditor-ie6.css

24 lines
577 B
CSS
Raw Normal View History

2012-06-14 12:43:20 +00:00
.geToolbar .geButton {
2012-05-21 20:32:26 +00:00
border-color:pink;
filter: chroma(color=pink)alpha(opacity=50);
}
2012-06-14 12:43:20 +00:00
.geToolbar .geLabel {
2012-05-21 20:32:26 +00:00
border-color:pink;
filter:chroma(color=pink)alpha(opacity=50);
}
2012-06-14 12:43:20 +00:00
.geToolbar .geDisabled {
2012-05-21 20:32:26 +00:00
filter:chroma(color=pink) alpha(opacity=20) !important;
}
2012-06-14 12:43:20 +00:00
.geToolbar .disabled:hover {
2012-05-21 20:32:26 +00:00
border-color:pink !important;
filter:chroma(color=pink) alpha(opacity=20) !important;
}
2012-06-14 12:43:20 +00:00
.geSidebar .geItem {
2012-05-21 20:32:26 +00:00
border-color:pink !important;
filter:chroma(color=pink) !important;
}
2012-06-14 12:43:20 +00:00
td.mxPopupMenuIcon .geIcon {
2012-05-21 20:32:26 +00:00
border-color:pink !important;
filter:chroma(color=pink) !important;
}