@c8y/style 1022.4.4 → 1022.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1022.4.4",
3
+ "version": "1022.4.7",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -78,8 +78,10 @@
78
78
  }
79
79
  }
80
80
 
81
+ .pagination-first,
81
82
  .pagination-prev,
82
- .pagination-next {
83
+ .pagination-next,
84
+ .pagination-last {
83
85
  > a {
84
86
  overflow: hidden;
85
87
  .dlt-c8y-icon();
@@ -87,6 +89,13 @@
87
89
  width: 32px;
88
90
  }
89
91
  }
92
+ .pagination-first a::before {
93
+ position: absolute;
94
+ left: 9px;
95
+ content: @dlt-c8y-icon-skip-previous;
96
+ text-indent: 0;
97
+ font-size: 1em;
98
+ }
90
99
  .pagination-prev a::before {
91
100
  position: absolute;
92
101
  left: 9px;
@@ -101,6 +110,13 @@
101
110
  text-indent: 0;
102
111
  font-size: 1em;
103
112
  }
113
+ .pagination-last a::before {
114
+ position: absolute;
115
+ left: 9px;
116
+ content: @dlt-c8y-icon-skip-next;
117
+ text-indent: 0;
118
+ font-size: 1em;
119
+ }
104
120
 
105
121
  // Sizing
106
122
  .pagination-lg {