757b343fa7d435bcc712f9a9e581dc0fc4c4cac0
[themes.git] / LCARStrek / communicator / skin / bookmarks / platformBookmarks.css
1 /**
2  * Bookmarks tree 
3  **/ 
4    
5 /*
6   .bookmarks-window-tree
7     {
8       border-top          : 1px solid ThreeDDarkShadow !important;
9       border-bottom       : 1px solid ThreeDFace;
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