Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevinm2009-02-05 04:40:03 +0000
committerkevinm2009-02-05 04:40:03 +0000
commit306df40cb83f7b8b9a6f2dd3ff3d83a49226f3b2 (patch)
tree6237e63d14ea89c783796a34fdf26e79809c2db2
parent6dbe5511021d9ec76100dcdf0c6aa05d247cf9d9 (diff)
downloadeclipse.platform.ui-306df40cb83f7b8b9a6f2dd3ff3d83a49226f3b2.tar.gz
eclipse.platform.ui-306df40cb83f7b8b9a6f2dd3ff3d83a49226f3b2.tar.xz
eclipse.platform.ui-306df40cb83f7b8b9a6f2dd3ff3d83a49226f3b2.zip
Fixes bug 263736 - [CSS] Add CSS id and classnames to Photo demo
-rw-r--r--examples/org.eclipse.e4.demo.e4photo/css/e4photo.css24
1 files changed, 4 insertions, 20 deletions
diff --git a/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css b/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
index 5763de980e8..03572f1812d 100644
--- a/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
+++ b/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
@@ -1,5 +1,5 @@
CTabFolder {
- font: Verdana 12px;
+ font: Verdana 8px;
color: #808080;
background-color: #ffffff;
}
@@ -13,7 +13,7 @@ CTabFolder:selected {
background-color: #f4f4f4;
}
-CTabFolder Composite {
+CTabFolder Gallery GalleryItem {
background-color: #f4f4f4;
}
@@ -22,22 +22,10 @@ CTabFolder Composite {
background-color: #ffffff;
}
-GalleryItem {
- background-color:#98cbbc;
-}
-
-GalleryItem.placeholder {
- background-color:#e5e5e5;
-}
-
GalleryItem:selected {
background-color: #ff884c;
}
-Gallery {
- background-color: #f4f4f4;
-}
-
#location {
background-color: #f4f4f4;
@@ -71,10 +59,6 @@ Tree {
color: #666666;
}
-Composite {
- background-color: #ffffff;
-}
-
-Shell {
+Composite Shell {
background-color: #ffffff;
-}
+} \ No newline at end of file

Back to the top