adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / communicator / bookmarks / platformBookmarks.css
1 /**
2  * Bookmarks tree 
3  **/ 
4
5 /*   
6   .bookmarks-window-tree
7     {
8       border-top          : none !important;
9       border-bottom       : none;
10       border-left         : 1px solid ThreeDShadow;
11       border-right        : 1px solid ThreeDHighlight;
12     }
13 */
14
15   .bookmarks-window-tree > .tree-container-treerows
16     {
17       border-left         : 1px solid #666699;
18       border-right        : 1px solid #666699;
19     }  
20     
21   .bookmarks-panel-tree, .bookmarks-panel-tree > .tree-container-treerows
22     {
23       border              : none;
24     }
25     
26   #panel-bar
27     {
28       border-top          : 1px solid #666699;
29       border-bottom       : 1px solid #666699;
30     }    
31
32