Skip to content

Commit 9dcf54f

Browse files
committed
Update to latest grunt version
1 parent de7dae9 commit 9dcf54f

9 files changed

Lines changed: 94 additions & 85 deletions

css/sortable-theme-bootstrap.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}
@@ -59,8 +59,8 @@ table[data-sortable].sortable-theme-bootstrap {
5959
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
6060
font-size: 14px;
6161
line-height: 20px;
62-
color: #333333;
63-
background: white;
62+
color: #333;
63+
background: #fff;
6464
}
6565
/* line 12, ../sass/sortable-theme-bootstrap.sass */
6666
table[data-sortable].sortable-theme-bootstrap thead th {

css/sortable-theme-dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}

css/sortable-theme-finder.css

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}
@@ -59,8 +59,8 @@ table[data-sortable].sortable-theme-finder {
5959
font-family: "Lucida Grande", sans-serif;
6060
font-size: 12px;
6161
line-height: 18px;
62-
color: black;
63-
background: white;
62+
color: #000;
63+
background: #fff;
6464
border: 1px solid #cfcfcf;
6565
}
6666
/* line 14, ../sass/sortable-theme-finder.sass */
@@ -69,13 +69,14 @@ table[data-sortable].sortable-theme-finder th, table[data-sortable].sortable-the
6969
}
7070
/* line 17, ../sass/sortable-theme-finder.sass */
7171
table[data-sortable].sortable-theme-finder thead th {
72+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjZmNmY2Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
73+
background-size: 100%;
7274
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #f6f6f6), color-stop(50%, #f0f0f0), color-stop(100%, #eeeeee));
73-
background-image: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
7475
background-image: -moz-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
75-
background-image: -o-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
76+
background-image: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
7677
background-image: linear-gradient(#ffffff 0%, #f6f6f6 50%, #f0f0f0 50%, #eeeeee 100%);
7778
background-color: #f0f0f0;
78-
border-bottom: 1px solid #cccccc;
79+
border-bottom: 1px solid #ccc;
7980
font-weight: normal;
8081
}
8182
/* line 23, ../sass/sortable-theme-finder.sass */
@@ -89,31 +90,32 @@ table[data-sortable].sortable-theme-finder th:after {
8990
}
9091
/* line 32, ../sass/sortable-theme-finder.sass */
9192
table[data-sortable].sortable-theme-finder th[data-sorted="true"] {
93+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1ZTJmNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODBjMWYwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjhlN2Y1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
94+
background-size: 100%;
9295
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c5e2f6), color-stop(50%, #80c1f0), color-stop(100%, #b8e7f5));
93-
background-image: -webkit-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
9496
background-image: -moz-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
95-
background-image: -o-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
97+
background-image: -webkit-linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
9698
background-image: linear-gradient(#c5e2f6 0%, #80c1f0 50%, #b8e7f5 100%);
97-
-webkit-background-size: 28px 100%;
9899
-moz-background-size: 28px 100%;
99100
-o-background-size: 28px 100%;
101+
-webkit-background-size: 28px 100%;
100102
background-size: 28px 100%;
101-
-webkit-box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
102103
-moz-box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
104+
-webkit-box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
103105
box-shadow: inset 1px 0 #7eb3d3, inset -1px 0 #7eb3d3;
104106
border-bottom-color: #7eb3d3;
105107
background-color: #78c0f0;
106108
}
107109
/* line 39, ../sass/sortable-theme-finder.sass */
108110
table[data-sortable].sortable-theme-finder th[data-sorted="true"]:first-child {
109-
-webkit-box-shadow: inset -1px 0 #7eb3d3;
110111
-moz-box-shadow: inset -1px 0 #7eb3d3;
112+
-webkit-box-shadow: inset -1px 0 #7eb3d3;
111113
box-shadow: inset -1px 0 #7eb3d3;
112114
}
113115
/* line 42, ../sass/sortable-theme-finder.sass */
114116
table[data-sortable].sortable-theme-finder th[data-sorted="true"]:last-child {
115-
-webkit-box-shadow: inset 1px 0 #7eb3d3;
116117
-moz-box-shadow: inset 1px 0 #7eb3d3;
118+
-webkit-box-shadow: inset 1px 0 #7eb3d3;
117119
box-shadow: inset 1px 0 #7eb3d3;
118120
}
119121
/* line 45, ../sass/sortable-theme-finder.sass */

css/sortable-theme-light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}
@@ -56,7 +56,7 @@ table[data-sortable] th[data-sorted-direction="ascending"]:after {
5656

5757
/* line 5, ../sass/sortable-theme-light.sass */
5858
table[data-sortable].sortable-theme-light {
59-
color: #333333;
59+
color: #333;
6060
background: #f2f2f2;
6161
}
6262
/* line 9, ../sass/sortable-theme-light.sass */

css/sortable-theme-minimal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}

css/sortable-theme-slick.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ table[data-sortable] th:not([data-sortable="false"]) {
2020
-ms-user-select: none;
2121
-o-user-select: none;
2222
user-select: none;
23-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23+
-webkit-tap-highlight-color: transparent;
2424
-webkit-touch-callout: none;
2525
cursor: pointer;
2626
}
@@ -56,16 +56,17 @@ table[data-sortable] th[data-sorted-direction="ascending"]:after {
5656

5757
/* line 6, ../sass/sortable-theme-slick.sass */
5858
table[data-sortable].sortable-theme-slick {
59-
color: #333333;
60-
background: white;
59+
color: #333;
60+
background: #fff;
6161
border: 1px solid #e0e0e0;
6262
}
6363
/* line 11, ../sass/sortable-theme-slick.sass */
6464
table[data-sortable].sortable-theme-slick thead th {
65+
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
66+
background-size: 100%;
6567
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
66-
background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
6768
background-image: -moz-linear-gradient(#ffffff, #eeeeee);
68-
background-image: -o-linear-gradient(#ffffff, #eeeeee);
69+
background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
6970
background-image: linear-gradient(#ffffff, #eeeeee);
7071
background-color: #f0f0f0;
7172
border-bottom: 1px solid #e0e0e0;
@@ -80,23 +81,23 @@ table[data-sortable].sortable-theme-slick tbody > tr:nth-child(odd) > td {
8081
}
8182
/* line 22, ../sass/sortable-theme-slick.sass */
8283
table[data-sortable].sortable-theme-slick th[data-sorted="true"] {
83-
-webkit-box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
8484
-moz-box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
85+
-webkit-box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
8586
box-shadow: inset 1px 0 #bce8f1, inset -1px 0 #bce8f1;
8687
color: #3a87ad;
8788
background: #d9edf7;
8889
border-bottom-color: #bce8f1;
8990
}
9091
/* line 28, ../sass/sortable-theme-slick.sass */
9192
table[data-sortable].sortable-theme-slick th[data-sorted="true"]:first-child {
92-
-webkit-box-shadow: inset -1px 0 #bce8f1;
9393
-moz-box-shadow: inset -1px 0 #bce8f1;
94+
-webkit-box-shadow: inset -1px 0 #bce8f1;
9495
box-shadow: inset -1px 0 #bce8f1;
9596
}
9697
/* line 31, ../sass/sortable-theme-slick.sass */
9798
table[data-sortable].sortable-theme-slick th[data-sorted="true"]:last-child {
98-
-webkit-box-shadow: inset 1px 0 #bce8f1;
9999
-moz-box-shadow: inset 1px 0 #bce8f1;
100+
-webkit-box-shadow: inset 1px 0 #bce8f1;
100101
box-shadow: inset 1px 0 #bce8f1;
101102
}
102103
/* line 34, ../sass/sortable-theme-slick.sass */

0 commit comments

Comments
 (0)