1
1
/*!
2
2
* angular-rs-datagrid
3
3
*
4
- * Version: 1.0.68 - 2018-02-19T17:09:25.992Z
4
+ * Version: 1.0.68 - 2018-02-19T17:20:17.129Z
5
5
* License: MIT
6
6
*/
7
7
198
198
margin-left : 10px ;
199
199
}
200
200
.icon-sort .asc-desc {
201
- background-image : url ('assets/images/icon-arrowgroup.png' );
201
+ background-image : url ('../ assets/images/icon-arrowgroup.png' );
202
202
}
203
203
.icon-sort .asc {
204
- background-image : url ('assets/images/icon-arrowgroup-down.png' );
204
+ background-image : url ('../ assets/images/icon-arrowgroup-down.png' );
205
205
}
206
206
.icon-sort .desc {
207
- background-image : url ('assets/images/icon-arrowgroup-up.png' );
207
+ background-image : url ('../ assets/images/icon-arrowgroup-up.png' );
208
208
}
209
209
.input-rs {
210
210
padding : 4px ;
826
826
margin-left : 10px ;
827
827
}
828
828
.icon-sort .asc-desc {
829
- background-image : url ('assets/images/icon-arrowgroup.png' );
829
+ background-image : url ('../ assets/images/icon-arrowgroup.png' );
830
830
}
831
831
.icon-sort .asc {
832
- background-image : url ('assets/images/icon-arrowgroup-down.png' );
832
+ background-image : url ('../ assets/images/icon-arrowgroup-down.png' );
833
833
}
834
834
.icon-sort .desc {
835
- background-image : url ('assets/images/icon-arrowgroup-up.png' );
835
+ background-image : url ('../ assets/images/icon-arrowgroup-up.png' );
836
836
}
837
837
.input-rs {
838
838
padding : 4px ;
@@ -1339,7 +1339,7 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
1339
1339
font-size : 1px ;
1340
1340
text-decoration : none;
1341
1341
border : 0 ;
1342
- background : url ('assets/images/select2.png' ) right top no-repeat;
1342
+ background : url ('../ assets/images/select2.png' ) right top no-repeat;
1343
1343
cursor : pointer;
1344
1344
outline : 0 ;
1345
1345
}
@@ -1424,7 +1424,7 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
1424
1424
display : block;
1425
1425
width : 100% ;
1426
1426
height : 100% ;
1427
- background : url ('assets/images/select2.png' ) no-repeat 0 1px ;
1427
+ background : url ('../ assets/images/select2.png' ) no-repeat 0 1px ;
1428
1428
}
1429
1429
.select2-search {
1430
1430
display : inline-block;
@@ -1450,11 +1450,11 @@ Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013
1450
1450
border-radius : 0 ;
1451
1451
-webkit-box-shadow : none;
1452
1452
box-shadow : none;
1453
- background : # ffffff url ('assets/images/select2.png' ) no-repeat 100% -22px ;
1454
- background : url ('assets/images/select2.png' ) no-repeat 100% -22px , -webkit-gradient (linear, left bottom, left top, color-stop (0.85 , # ffffff ), color-stop (0.99 , # eeeeee ));
1455
- background : url ('assets/images/select2.png' ) no-repeat 100% -22px , -webkit-linear-gradient (center bottom, # ffffff 85% , # eeeeee 99% );
1456
- background : url ('assets/images/select2.png' ) no-repeat 100% -22px , -moz-linear-gradient (center bottom, # ffffff 85% , # eeeeee 99% );
1457
- background : url ('assets/images/select2.png' ) no-repeat 100% -22px , linear-gradient (top, # ffffff 85% , # eeeeee 99% );
1453
+ background : # ffffff url ('../ assets/images/select2.png' ) no-repeat 100% -22px ;
1454
+ background : url ('../ assets/images/select2.png' ) no-repeat 100% -22px , -webkit-gradient (linear, left bottom, left top, color-stop (0.85 , # ffffff ), color-stop (0.99 , # eeeeee ));
1455
+ background : url ('../ assets/images/select2.png' ) no-repeat 100% -22px , -webkit-linear-gradient (center bottom, # ffffff 85% , # eeeeee 99% );
1456
+ background : url ('../ assets/images/select2.png' ) no-repeat 100% -22px , -moz-linear-gradient (center bottom, # ffffff 85% , # eeeeee 99% );
1457
+ background : url ('../ assets/images/select2.png' ) no-repeat 100% -22px , linear-gradient (top, # ffffff 85% , # eeeeee 99% );
1458
1458
}
1459
1459
.select2-drop .select2-drop-above .select2-search input {
1460
1460
margin-top : 4px ;
@@ -1716,7 +1716,7 @@ disabled look for disabled choices in the results dropdown
1716
1716
top : 4px ;
1717
1717
font-size : 1px ;
1718
1718
outline : none;
1719
- background : url ('assets/images/select2.png' ) right top no-repeat;
1719
+ background : url ('../ assets/images/select2.png' ) right top no-repeat;
1720
1720
}
1721
1721
.select2-container-multi .select2-search-choice-close {
1722
1722
left : 3px ;
@@ -1783,7 +1783,7 @@ disabled look for disabled choices in the results dropdown
1783
1783
.select2-search-choice-close ,
1784
1784
.select2-container .select2-choice abbr ,
1785
1785
.select2-container .select2-choice .select2-arrow b {
1786
- background-image : url ('assets/images/select2x2.png' ) !important ;
1786
+ background-image : url ('../ assets/images/select2x2.png' ) !important ;
1787
1787
background-repeat : no-repeat !important ;
1788
1788
background-size : 60px 40px !important ;
1789
1789
}
0 commit comments