]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merged patch from 6.7 for #5795 #5794 and #5788 (cursors for disabled table)
authorMarc Englund <marc.englund@itmill.com>
Thu, 19 Jan 2012 09:50:49 +0000 (09:50 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 19 Jan 2012 09:50:49 +0000 (09:50 +0000)
svn changeset:22701/svn branch:6.8

WebContent/VAADIN/themes/base/table/table.css

index 4b3922c554a697eeda481eb750e1922f9c90cfe8..d789e8b54886f9f9dc762d5cdcba0d708fb48710 100644 (file)
        cursor: pointer;
 }
 
+.v-table.v-disabled .v-table-header-cell,
+.v-table.v-disabled .v-table-header-cell-asc,
+.v-table.v-disabled .v-table-header-cell-desc {
+       cursor: default;
+}
+
 .v-table-footer-wrap {
        overflow: hidden;
        border: 1px solid #aaa;
@@ -88,6 +94,9 @@
        width: 1px;
        overflow: hidden;
 }
+.v-table.v-disabled .v-table-resizer {
+       cursor: default;        
+}
 .v-table-caption-container {
        overflow: hidden;
        white-space: nowrap;
        position: relative; /* hide this from IE, it works without it */
        cursor: pointer;
 }
+.v-table.v-disabled .v-table-column-selector {
+       cursor: default;
+}
 .v-ie6 .v-table-column-selector,
 .v-ie7 .v-table-column-selector {
        position: static;