grid column resize : intermediate solution

Signed-off-by: asharani-murugesh <asharani.murugesh@in.bosch.com>
This commit is contained in:
asharani-murugesh
2016-02-25 14:47:56 +01:00
parent d6c6712af7
commit f9dde70341
11 changed files with 322 additions and 234 deletions

View File

@@ -70,7 +70,11 @@
}
.v-grid-cell.frozen{
box-shadow: none!important;
box-shadow: none !important;
}
.v-grid-cell.frozen + th{
border-left: $v-grid-border-size solid $widget-border-color ;
}
}

View File

@@ -62,8 +62,4 @@
-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.status-bar{
width:100%;
height:100%;
}
}