adding new LCARStrek skin
[themes.git] / LCARStrek / skin / LCARStrek / 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 #9C9CFF;
18       border-right        : 1px solid #9C9CFF;
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 #9C9CFF;
29       border-bottom       : 1px solid #9C9CFF;
30     }    
31
32
33