git checkout -b feature-branch
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
/***********************/
|
||||
/* TreeGrid */
|
||||
/***********************/
|
||||
/*TreeGrid Paging Context Row*/
|
||||
|
||||
.ui-igtreegrid-contextrow {
|
||||
background-color: @table-bg;
|
||||
color: fade(@text-color, 70%);
|
||||
}
|
||||
|
||||
.ui-igtreegrid-contextrow td {
|
||||
border-bottom: solid 1px @table-border-color;
|
||||
}
|
||||
|
||||
.ui-igtreegrid-contextrow td:first-child {
|
||||
border-left: solid 1px @table-border-color;
|
||||
}
|
||||
|
||||
.ui-igtreegrid-contextrow td:last-child {
|
||||
border-right: solid 1px @table-border-color;
|
||||
}
|
||||
|
||||
.ui-igtreegrid-contextrow-icon.ui-icon.ui-icon-bookmark {
|
||||
background-image: @ui-icons-dark;
|
||||
}
|
Reference in New Issue
Block a user