This is not working;

   <ui:style>
 
@external .cellTreeWidget, .cellTreeEmptyMessage, .cellTreeItem, 
.cellTreeItemImage, .cellTreeItemImageValue, .cellTreeItemValue, 
.cellTreeOpenItem, .cellTreeClosedItem, .cellTreeTopItem, 
.cellTreeTopItemImage, .cellTreeTopItemImageValue, 
.cellTreeKeyboardSelectedItem, .cellTreeSelectedItem, .cellTreeShowMoreButton;
...
        .cellTreeWidget {
                        border: solid 1px #ff0000 !important;
        }
        .cellTreeEmptyMessage {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeItemImage {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeItemImageValue {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeItemValue {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeOpenItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeClosedItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeTopItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeTopItemImage {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeTopItemImageValue {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeKeyboardSelectedItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeSelectedItem {
                border: solid 1px #ff0000 !important;
        }
        .cellTreeShowMoreButton {
                border: solid 1px #ff0000 !important;
        }
...

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to