@c8y/style 1023.42.1 → 1023.43.2
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 +1 -1
- package/styles/components/data-display-and-visualization/_c8y-data-explorer.less +39 -1
- package/styles/components/data-display-and-visualization/_c8y-data-explorer.scss +39 -1
- package/styles/components/navigation-and-layout/navigation/_tabs.less +1 -0
- package/styles/components/navigation-and-layout/navigation/_tabs.scss +1 -0
- package/styles/layout/_page-tabs.less +14 -1
- package/styles/layout/_page-tabs.scss +14 -1
- package/styles/mixins/_grid-framework.less +2 -2
- package/styles/mixins/_grid-framework.scss +1 -1
package/package.json
CHANGED
|
@@ -121,7 +121,45 @@ c8y-chart {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
.c8y-chart-hover-box {
|
|
125
|
+
position: absolute;
|
|
126
|
+
display: inline-block;
|
|
127
|
+
background-color: @popover-background-default;
|
|
128
|
+
padding: @size-10;
|
|
129
|
+
top: 0;
|
|
130
|
+
z-index: 1100;
|
|
131
|
+
pointer-events: none;
|
|
132
|
+
.boxShadowHelper(md, right);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.c8y-chart-hover-box {
|
|
136
|
+
.dlt-c8y-icon-circle {
|
|
137
|
+
font-size: @size-10;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.c8y-chart-hover-box .label {
|
|
142
|
+
padding: 0 5px 0 0;
|
|
143
|
+
color: @popover-label-color;
|
|
144
|
+
margin: 0;
|
|
145
|
+
font-weight: bold;
|
|
146
|
+
font-size: 100%;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.c8y-chart-hover-box .value {
|
|
150
|
+
color: @popover-color-default;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.c8y-chart-hover-box .value-holder {
|
|
154
|
+
font-size: @font-size-small;
|
|
155
|
+
margin-top: 3px;
|
|
156
|
+
line-height: @size-10;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.c8y-chart-hover-box .time-holder {
|
|
160
|
+
color: @component-color-text-muted;
|
|
161
|
+
font-size: @size-10;
|
|
162
|
+
}
|
|
125
163
|
|
|
126
164
|
.c8y-chart .clock {
|
|
127
165
|
color: @component-form-legend-color;
|
|
@@ -122,7 +122,45 @@ c8y-chart {
|
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
.c8y-chart-hover-box {
|
|
126
|
+
position: absolute;
|
|
127
|
+
display: inline-block;
|
|
128
|
+
background-color: $popover-background-default;
|
|
129
|
+
padding: $size-10;
|
|
130
|
+
top: 0;
|
|
131
|
+
z-index: 1100;
|
|
132
|
+
pointer-events: none;
|
|
133
|
+
@include shadows-helper.boxShadowHelper(md, right);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.c8y-chart-hover-box {
|
|
137
|
+
.dlt-c8y-icon-circle {
|
|
138
|
+
font-size: $size-10;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.c8y-chart-hover-box .label {
|
|
143
|
+
padding: 0 5px 0 0;
|
|
144
|
+
color: $popover-label-color;
|
|
145
|
+
margin: 0;
|
|
146
|
+
font-weight: bold;
|
|
147
|
+
font-size: 100%;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.c8y-chart-hover-box .value {
|
|
151
|
+
color: $popover-color-default;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.c8y-chart-hover-box .value-holder {
|
|
155
|
+
font-size: $font-size-small;
|
|
156
|
+
margin-top: 3px;
|
|
157
|
+
line-height: $size-10;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.c8y-chart-hover-box .time-holder {
|
|
161
|
+
color: $component-color-text-muted;
|
|
162
|
+
font-size: $size-10;
|
|
163
|
+
}
|
|
126
164
|
|
|
127
165
|
.c8y-chart .clock {
|
|
128
166
|
color: $component-form-legend-color;
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
min-width: unset !important;
|
|
61
61
|
padding: 0;
|
|
62
62
|
&.nav-tabs > div, &.nav-tabs li {
|
|
63
|
-
flex: 0;
|
|
63
|
+
flex: 0 0 auto;
|
|
64
64
|
align-self: stretch;
|
|
65
65
|
> a {
|
|
66
66
|
height: 100%;
|
|
@@ -106,6 +106,19 @@
|
|
|
106
106
|
|
|
107
107
|
.component-tabs {
|
|
108
108
|
position: relative;
|
|
109
|
+
background: inherit;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
c8y-widget-config-section .component-tabs {
|
|
113
|
+
min-width: unset!important
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
c8y-widget-config-section .component-tabs>div,c8y-widget-config-section .component-tabs>li {
|
|
117
|
+
flex-shrink: 1
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
c8y-widget-config-section .component-tabs>div .tab-description,c8y-widget-config-section .component-tabs>li .tab-description {
|
|
121
|
+
display: none
|
|
109
122
|
}
|
|
110
123
|
|
|
111
124
|
.tabs-slider {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
min-width: unset !important;
|
|
62
62
|
padding: 0;
|
|
63
63
|
&.nav-tabs > div, &.nav-tabs li {
|
|
64
|
-
flex: 0;
|
|
64
|
+
flex: 0 0 auto;
|
|
65
65
|
align-self: stretch;
|
|
66
66
|
> a {
|
|
67
67
|
height: 100%;
|
|
@@ -107,6 +107,19 @@
|
|
|
107
107
|
|
|
108
108
|
.component-tabs {
|
|
109
109
|
position: relative;
|
|
110
|
+
background: inherit;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
c8y-widget-config-section .component-tabs {
|
|
114
|
+
min-width: unset!important
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
c8y-widget-config-section .component-tabs>div,c8y-widget-config-section .component-tabs>li {
|
|
118
|
+
flex-shrink: 1
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
c8y-widget-config-section .component-tabs>div .tab-description,c8y-widget-config-section .component-tabs>li .tab-description {
|
|
122
|
+
display: none
|
|
110
123
|
}
|
|
111
124
|
|
|
112
125
|
.tabs-slider {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
.make-grid(@class) {
|
|
91
91
|
.float-grid-columns(@class);
|
|
92
92
|
.loop-grid-columns(@grid-columns; @class; width);
|
|
93
|
-
.loop-grid-columns(@grid-columns; @class; pull);
|
|
94
|
-
.loop-grid-columns(@grid-columns; @class; push);
|
|
93
|
+
// .loop-grid-columns(@grid-columns; @class; pull);
|
|
94
|
+
// .loop-grid-columns(@grid-columns; @class; push);
|
|
95
95
|
.loop-grid-columns(@grid-columns; @class; offset);
|
|
96
96
|
}
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
// Removed unused Bootstrap 3 grid utilities (push/pull/offset) - verified 0 usages
|
|
101
101
|
// @include loop-grid-columns($grid-columns, $class, pull);
|
|
102
102
|
// @include loop-grid-columns($grid-columns, $class, push);
|
|
103
|
-
|
|
103
|
+
@include loop-grid-columns($grid-columns, $class, offset);
|
|
104
104
|
}
|