patternfly-sass 3.5.0 → 3.5.1
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.
- checksums.yaml +4 -4
- data/assets/stylesheets/_patternfly.scss +1 -0
- data/assets/stylesheets/patternfly/_forms.scss +3 -1
- data/assets/stylesheets/patternfly/_links.scss +5 -0
- data/assets/stylesheets/patternfly/_variables.scss +1 -1
- data/bower.json +1 -1
- data/lib/patternfly-sass/version.rb +2 -2
- data/spec/html/cards.html +6 -6
- data/spec/html/dist/css/patternfly-additions.css +15 -10
- data/spec/html/dist/css/patternfly-additions.css.map +1 -1
- data/spec/html/dist/css/patternfly-additions.min.css +2 -2
- data/spec/html/dist/css/patternfly-additions.min.css.map +1 -1
- data/spec/html/dist/css/patternfly.css +8 -4
- data/spec/html/dist/css/patternfly.css.map +1 -1
- data/spec/html/dist/css/patternfly.min.css +2 -2
- data/spec/html/dist/css/patternfly.min.css.map +1 -1
- data/spec/html/horizontal-navigation.html +3 -3
- data/spec/html/layout-alt-fixed-inner-scroll.html +6 -6
- data/spec/html/layout-alt-fixed-with-footer-inner-scroll.html +6 -6
- data/spec/html/layout-alt-fixed-with-footer.html +6 -6
- data/spec/html/layout-alt-fixed.html +6 -6
- data/spec/html/notifications-drawer.html +3 -3
- data/spec/html/vertical-navigation-without-icons.html +3 -3
- data/spec/html/vertical-navigation.html +3 -3
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0818ed864831636c9706521cdf151ed037b1cb8e
|
|
4
|
+
data.tar.gz: dcadba0997380a06627805841e1dcc7ffba3a4b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca6030f00fc91265d12df3a3a61dda4042f1116c40c8a99b664f37d78ef90f0c6b362c49e779a27b0094b168983b0d650670f4a94fd1edd69fa279db4e7bb386
|
|
7
|
+
data.tar.gz: 4453588cc89d25918e840697a6ef9c9d668387e867511da155ef024b42baf97b52aeddc7fe7ab21d809803a42215cda8e0afd041585dbf8bd0203bac01c92ba2
|
|
@@ -14,9 +14,11 @@
|
|
|
14
14
|
&[disabled],
|
|
15
15
|
&[readonly],
|
|
16
16
|
fieldset[disabled] & {
|
|
17
|
-
border-color: $input-border-disabled !important;
|
|
18
17
|
@include box-shadow(none);
|
|
19
18
|
color: $color-pf-black-500;
|
|
19
|
+
&:hover {
|
|
20
|
+
border-color: $input-border;
|
|
21
|
+
}
|
|
20
22
|
}
|
|
21
23
|
&:hover {
|
|
22
24
|
border-color: $input-border-hover;
|
|
@@ -46,8 +46,8 @@ $img-spinner-inverse-xs: "spinner-inv
|
|
|
46
46
|
$img-spinner-lg: "spinner-lg.gif" !default;
|
|
47
47
|
$img-spinner-sm: "spinner-sm.gif" !default;
|
|
48
48
|
$img-spinner-xs: "spinner-xs.gif" !default;
|
|
49
|
-
$input-border-disabled: $color-pf-black-300 !default;
|
|
50
49
|
$input-border-hover: $color-pf-blue-200 !default;
|
|
50
|
+
$input-border-focus: $color-pf-blue-400 !default;
|
|
51
51
|
$list-view-accented-border: $color-pf-blue-300 !default;
|
|
52
52
|
$list-view-active-bg: $color-pf-blue-50 !default;
|
|
53
53
|
$list-view-divider: $color-pf-black-300 !default;
|
data/bower.json
CHANGED
data/spec/html/cards.html
CHANGED
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
|
241
241
|
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
|
242
242
|
<h2 class="card-pf-title">
|
|
243
|
-
<span class="fa fa-paper-plane"></span>
|
|
244
243
|
<a href="#">
|
|
244
|
+
<span class="fa fa-paper-plane"></span>
|
|
245
245
|
<span class="card-pf-aggregate-status-count">20</span> Amet
|
|
246
246
|
</a>
|
|
247
247
|
</h2>
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
|
257
257
|
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
|
258
258
|
<h2 class="card-pf-title">
|
|
259
|
-
<span class="pficon pficon-cluster"></span>
|
|
260
259
|
<a href="#">
|
|
260
|
+
<span class="pficon pficon-cluster"></span>
|
|
261
261
|
<span class="card-pf-aggregate-status-count">9</span> Adipiscing
|
|
262
262
|
</a>
|
|
263
263
|
</h2>
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
|
273
273
|
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
|
274
274
|
<h2 class="card-pf-title">
|
|
275
|
-
<span class="pficon pficon-image"></span>
|
|
276
275
|
<a href="#">
|
|
276
|
+
<span class="pficon pficon-image"></span>
|
|
277
277
|
<span class="card-pf-aggregate-status-count">12</span> Lorem
|
|
278
278
|
</a>
|
|
279
279
|
</h2>
|
|
@@ -287,8 +287,8 @@
|
|
|
287
287
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
|
288
288
|
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
|
289
289
|
<h2 class="card-pf-title">
|
|
290
|
-
<span class="fa fa-shield"></span>
|
|
291
290
|
<a href="#">
|
|
291
|
+
<span class="fa fa-shield"></span>
|
|
292
292
|
<span class="card-pf-aggregate-status-count">6</span> Dolar Sit
|
|
293
293
|
</a>
|
|
294
294
|
</h2>
|
|
@@ -302,8 +302,8 @@
|
|
|
302
302
|
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
|
|
303
303
|
<div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
|
|
304
304
|
<h2 class="card-pf-title">
|
|
305
|
-
<span class="fa fa-rocket"></span>
|
|
306
305
|
<a href="#">
|
|
306
|
+
<span class="fa fa-rocket"></span>
|
|
307
307
|
<span class="card-pf-aggregate-status-count">199</span> Consectetur
|
|
308
308
|
</a>
|
|
309
309
|
</h2>
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
</ul>
|
|
809
809
|
</div>
|
|
810
810
|
<p>
|
|
811
|
-
<a href="#" class="card-pf-link-with-icon">
|
|
811
|
+
<a href="#" class="card-pf-link-with-icon disabled">
|
|
812
812
|
<span class="pficon pficon-flag"></span>View CPU Events
|
|
813
813
|
</a>
|
|
814
814
|
</p>
|
|
@@ -1370,10 +1370,10 @@ select.mobile-device {
|
|
|
1370
1370
|
border-top-left-radius: 0px;
|
|
1371
1371
|
}
|
|
1372
1372
|
.bootstrap-switch.bootstrap-switch-focused {
|
|
1373
|
-
border-color: #
|
|
1373
|
+
border-color: #0088ce;
|
|
1374
1374
|
outline: 0;
|
|
1375
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
1376
|
-
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
1375
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
1376
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
1377
1377
|
}
|
|
1378
1378
|
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
|
|
1379
1379
|
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
|
|
@@ -2088,13 +2088,13 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
|
|
|
2088
2088
|
box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075);
|
|
2089
2089
|
}
|
|
2090
2090
|
.bootstrap-datepicker.form-control[readonly]:focus {
|
|
2091
|
-
border-color: #
|
|
2091
|
+
border-color: #0088ce;
|
|
2092
2092
|
outline: 0;
|
|
2093
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
2094
|
-
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(
|
|
2093
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
2094
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
2095
2095
|
}
|
|
2096
2096
|
.bootstrap-datepicker.form-control[readonly]:focus {
|
|
2097
|
-
border-color: #
|
|
2097
|
+
border-color: #0088ce !important;
|
|
2098
2098
|
}
|
|
2099
2099
|
.has-error .bootstrap-datepicker.form-control[readonly]:focus {
|
|
2100
2100
|
border-color: #990000;
|
|
@@ -2211,10 +2211,10 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
|
|
|
2211
2211
|
margin-top: -4px;
|
|
2212
2212
|
}
|
|
2213
2213
|
.bootstrap-select.btn-group .btn:focus {
|
|
2214
|
-
border-color: #
|
|
2214
|
+
border-color: #0088ce;
|
|
2215
2215
|
outline: 0 !important;
|
|
2216
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(
|
|
2217
|
-
box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(
|
|
2216
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
2217
|
+
box-shadow: inset 0 1px 1px rgba(3, 3, 3, 0.075), 0 0 8px rgba(0, 136, 206, 0.6);
|
|
2218
2218
|
}
|
|
2219
2219
|
.has-error .bootstrap-select.btn-group .btn {
|
|
2220
2220
|
border-color: #cc0000;
|
|
@@ -3325,6 +3325,11 @@ table.datatable th:active {
|
|
|
3325
3325
|
.layout-pf-alt.layout-pf-alt-fixed-with-footer body {
|
|
3326
3326
|
padding-bottom: 37px;
|
|
3327
3327
|
}
|
|
3328
|
+
a.disabled {
|
|
3329
|
+
color: #8b8d8f;
|
|
3330
|
+
cursor: not-allowed;
|
|
3331
|
+
text-decoration: none;
|
|
3332
|
+
}
|
|
3328
3333
|
.list-view-pf .list-group-item {
|
|
3329
3334
|
align-items: flex-start;
|
|
3330
3335
|
display: -ms-flexbox;
|