Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.help.ui/intro/css/tutorials.css')
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/intro/css/tutorials.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.help.ui/intro/css/tutorials.css b/plugins/org.eclipse.osee.framework.help.ui/intro/css/tutorials.css
new file mode 100644
index 00000000000..63473ab091a
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.help.ui/intro/css/tutorials.css
@@ -0,0 +1,15 @@
+a#osee-query img {
+ background-image: url(../../images/topiclabel/tu_query48.gif);
+}
+
+a#osee-query:hover img {
+ background-image: url(../../images/topiclabel/tu_query48_hov.gif);
+}
+
+a#osee-task img {
+ background-image: url(../../images/topiclabel/tu_task48.gif);
+}
+
+a#osee-task:hover img {
+ background-image: url(../../images/topiclabel/tu_task48_hov.gif);
+}

Back to the top