@clayui/css 3.91.0 → 3.92.0
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/lib/css/atlas.css +525 -178
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +239 -15
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +413 -93
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_cards.scss +3 -4
- package/src/scss/atlas/variables/_clay-color.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -2
- package/src/scss/atlas/variables/_navs.scss +6 -10
- package/src/scss/atlas/variables/_panels.scss +1 -1
- package/src/scss/atlas/variables/_popovers.scss +2 -1
- package/src/scss/atlas/variables/_sheets.scss +1 -1
- package/src/scss/atlas/variables/_sidebar.scss +1 -1
- package/src/scss/atlas/variables/_time.scss +1 -1
- package/src/scss/cadmin/components/_badges.scss +5 -1
- package/src/scss/cadmin/components/_multi-step-nav.scss +39 -0
- package/src/scss/cadmin/components/_treeview.scss +18 -16
- package/src/scss/cadmin/components/_utilities-functional-important.scss +6 -0
- package/src/scss/cadmin/variables/_badges.scss +5 -0
- package/src/scss/cadmin/variables/_buttons.scss +14 -1
- package/src/scss/cadmin/variables/_clay-color.scss +1 -1
- package/src/scss/cadmin/variables/_date-picker.scss +8 -0
- package/src/scss/cadmin/variables/_globals.scss +2 -2
- package/src/scss/cadmin/variables/_multi-step-nav.scss +23 -0
- package/src/scss/cadmin/variables/_navs.scss +1 -2
- package/src/scss/cadmin/variables/_panels.scss +1 -1
- package/src/scss/cadmin/variables/_resizer.scss +2 -2
- package/src/scss/cadmin/variables/_sheets.scss +1 -1
- package/src/scss/cadmin/variables/_sidebar.scss +1 -1
- package/src/scss/cadmin/variables/_tbar.scss +2 -4
- package/src/scss/cadmin/variables/_time.scss +1 -1
- package/src/scss/cadmin/variables/_treeview.scss +21 -8
- package/src/scss/cadmin/variables/_utilities.scss +12 -1
- package/src/scss/components/_badges.scss +5 -1
- package/src/scss/components/_multi-step-nav.scss +42 -0
- package/src/scss/components/_navs.scss +0 -12
- package/src/scss/components/_treeview.scss +18 -12
- package/src/scss/components/_utilities-functional-important.scss +6 -0
- package/src/scss/mixins/_globals.scss +6 -0
- package/src/scss/mixins/_nav.scss +16 -0
- package/src/scss/mixins/_transition.scss +6 -0
- package/src/scss/variables/_badges.scss +5 -0
- package/src/scss/variables/_buttons.scss +14 -1
- package/src/scss/variables/_date-picker.scss +2 -2
- package/src/scss/variables/_multi-step-nav.scss +23 -0
- package/src/scss/variables/_navs.scss +38 -5
- package/src/scss/variables/_resizer.scss +2 -2
- package/src/scss/variables/_tbar.scss +2 -2
- package/src/scss/variables/_treeview.scss +21 -8
- package/src/scss/variables/_utilities.scss +11 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.92.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
|
|
17
17
|
*/
|
|
18
18
|
/**
|
|
19
|
-
* Clay 3.
|
|
19
|
+
* Clay 3.92.0
|
|
20
20
|
*
|
|
21
21
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
22
22
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -919,19 +919,23 @@ html:not(#__):not(#___) .cadmin .btn {
|
|
|
919
919
|
transition: none;
|
|
920
920
|
}
|
|
921
921
|
}
|
|
922
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .btn {
|
|
923
|
+
transition: none;
|
|
924
|
+
}
|
|
925
|
+
|
|
922
926
|
html:not(#__):not(#___) .cadmin .btn:hover {
|
|
923
927
|
color: #272833;
|
|
924
928
|
text-decoration: none;
|
|
925
929
|
}
|
|
926
930
|
html:not(#__):not(#___) .cadmin .btn:focus, html:not(#__):not(#___) .cadmin .btn.focus {
|
|
927
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
931
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
928
932
|
outline: 0;
|
|
929
933
|
}
|
|
930
934
|
html:not(#__):not(#___) .cadmin .btn:active {
|
|
931
935
|
box-shadow: [];
|
|
932
936
|
}
|
|
933
937
|
html:not(#__):not(#___) .cadmin .btn:active:focus {
|
|
934
|
-
box-shadow: [0 0 0 2px #fff, 0 0 0 4px #
|
|
938
|
+
box-shadow: [0 0 0 2px #fff, 0 0 0 4px #528eff];
|
|
935
939
|
}
|
|
936
940
|
html:not(#__):not(#___) .cadmin .btn.active {
|
|
937
941
|
box-shadow: [];
|
|
@@ -994,7 +998,7 @@ html:not(#__):not(#___) .cadmin .btn-xs .c-inner {
|
|
|
994
998
|
}
|
|
995
999
|
html:not(#__):not(#___) .cadmin .btn-xs .inline-item {
|
|
996
1000
|
font-size: inherit;
|
|
997
|
-
margin-top: -
|
|
1001
|
+
margin-top: -0.16em;
|
|
998
1002
|
}
|
|
999
1003
|
html:not(#__):not(#___) .cadmin .btn-xs .inline-item-before {
|
|
1000
1004
|
margin-right: 0.25rem;
|
|
@@ -1459,14 +1463,14 @@ html:not(#__):not(#___) .cadmin .btn-link:hover {
|
|
|
1459
1463
|
text-decoration: underline;
|
|
1460
1464
|
}
|
|
1461
1465
|
html:not(#__):not(#___) .cadmin .btn-link:focus, html:not(#__):not(#___) .cadmin .focus.btn-link {
|
|
1462
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
1466
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
1463
1467
|
text-decoration: none;
|
|
1464
1468
|
}
|
|
1465
1469
|
html:not(#__):not(#___) .cadmin .btn-link:active {
|
|
1466
1470
|
box-shadow: [none];
|
|
1467
1471
|
}
|
|
1468
1472
|
html:not(#__):not(#___) .cadmin .btn-link:active:focus {
|
|
1469
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
1473
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
1470
1474
|
}
|
|
1471
1475
|
html:not(#__):not(#___) .cadmin .active.btn-link {
|
|
1472
1476
|
box-shadow: [none];
|
|
@@ -1479,6 +1483,19 @@ html:not(#__):not(#___) .cadmin .btn-link:disabled, html:not(#__):not(#___) .cad
|
|
|
1479
1483
|
html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-link, html:not(#__):not(#___) .cadmin .show.btn-link {
|
|
1480
1484
|
box-shadow: [none];
|
|
1481
1485
|
}
|
|
1486
|
+
html:not(#__):not(#___) .cadmin .btn-beta {
|
|
1487
|
+
background-color: #f7f8f9;
|
|
1488
|
+
color: #294f98;
|
|
1489
|
+
text-transform: uppercase;
|
|
1490
|
+
}
|
|
1491
|
+
html:not(#__):not(#___) .cadmin .btn-beta:hover {
|
|
1492
|
+
background-color: #f1f2f5;
|
|
1493
|
+
color: #294f98;
|
|
1494
|
+
}
|
|
1495
|
+
html:not(#__):not(#___) .cadmin .btn-beta:focus, html:not(#__):not(#___) .cadmin .focus.btn-beta {
|
|
1496
|
+
background-color: #f1f2f5;
|
|
1497
|
+
color: #294f98;
|
|
1498
|
+
}
|
|
1482
1499
|
html:not(#__):not(#___) .cadmin .btn-outline-primary {
|
|
1483
1500
|
border-color: #0b5fff;
|
|
1484
1501
|
color: #0b5fff;
|
|
@@ -1782,10 +1799,10 @@ html:not(#__):not(#___) .cadmin .c-horizontal-resizer {
|
|
|
1782
1799
|
z-index: 10;
|
|
1783
1800
|
}
|
|
1784
1801
|
html:not(#__):not(#___) .cadmin .c-horizontal-resizer:hover {
|
|
1785
|
-
background-color: #
|
|
1802
|
+
background-color: #528eff;
|
|
1786
1803
|
}
|
|
1787
1804
|
html:not(#__):not(#___) .cadmin .c-horizontal-resizer:focus {
|
|
1788
|
-
background-color: #
|
|
1805
|
+
background-color: #528eff;
|
|
1789
1806
|
}
|
|
1790
1807
|
html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
|
|
1791
1808
|
transition: opacity 0.15s linear;
|
|
@@ -1795,6 +1812,10 @@ html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
|
|
|
1795
1812
|
transition: none;
|
|
1796
1813
|
}
|
|
1797
1814
|
}
|
|
1815
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .fade, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.fade {
|
|
1816
|
+
transition: none;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1798
1819
|
html:not(#__):not(#___) .cadmin .fade:not(.show), html:not(#__):not(#___) .cadmin.fade:not(.show) {
|
|
1799
1820
|
opacity: 0;
|
|
1800
1821
|
}
|
|
@@ -1812,6 +1833,10 @@ html:not(#__):not(#___) .cadmin .collapsing, html:not(#__):not(#___) .cadmin.col
|
|
|
1812
1833
|
transition: none;
|
|
1813
1834
|
}
|
|
1814
1835
|
}
|
|
1836
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .collapsing, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.collapsing {
|
|
1837
|
+
transition: none;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1815
1840
|
html:not(#__):not(#___) .cadmin .container {
|
|
1816
1841
|
margin-left: auto;
|
|
1817
1842
|
margin-right: auto;
|
|
@@ -3772,6 +3797,10 @@ html:not(#__):not(#___) .cadmin .badge {
|
|
|
3772
3797
|
transition: none;
|
|
3773
3798
|
}
|
|
3774
3799
|
}
|
|
3800
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .badge {
|
|
3801
|
+
transition: none;
|
|
3802
|
+
}
|
|
3803
|
+
|
|
3775
3804
|
html:not(#__):not(#___) .cadmin .badge:empty {
|
|
3776
3805
|
display: none;
|
|
3777
3806
|
}
|
|
@@ -3779,7 +3808,7 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
|
|
|
3779
3808
|
text-decoration: none;
|
|
3780
3809
|
}
|
|
3781
3810
|
html:not(#__):not(#___) .cadmin .badge[href].focus, html:not(#__):not(#___) .cadmin .badge[href]:focus, html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus {
|
|
3782
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
3811
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
3783
3812
|
outline: 0;
|
|
3784
3813
|
}
|
|
3785
3814
|
html:not(#__):not(#___) .cadmin .badge a {
|
|
@@ -3955,6 +3984,11 @@ html:not(#__):not(#___) .cadmin [href].focus.badge-dark, html:not(#__):not(#___)
|
|
|
3955
3984
|
background-color: #272833;
|
|
3956
3985
|
color: #fff;
|
|
3957
3986
|
}
|
|
3987
|
+
html:not(#__):not(#___) .cadmin .badge-beta {
|
|
3988
|
+
background-color: #f7f8f9;
|
|
3989
|
+
color: #294f98;
|
|
3990
|
+
text-transform: uppercase;
|
|
3991
|
+
}
|
|
3958
3992
|
html:not(#__):not(#___) .cadmin .breadcrumb {
|
|
3959
3993
|
background-color: transparent;
|
|
3960
3994
|
border-radius: 4px;
|
|
@@ -3977,12 +4011,16 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link {
|
|
|
3977
4011
|
transition: none;
|
|
3978
4012
|
}
|
|
3979
4013
|
}
|
|
4014
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .breadcrumb-link {
|
|
4015
|
+
transition: none;
|
|
4016
|
+
}
|
|
4017
|
+
|
|
3980
4018
|
html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___) .cadmin .breadcrumb-link.hover {
|
|
3981
4019
|
color: #6b6c7e;
|
|
3982
4020
|
text-decoration: underline;
|
|
3983
4021
|
}
|
|
3984
4022
|
html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus {
|
|
3985
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
4023
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
3986
4024
|
color: #6b6c7e;
|
|
3987
4025
|
outline: 0;
|
|
3988
4026
|
text-decoration: underline;
|
|
@@ -4240,6 +4278,10 @@ html:not(#__):not(#___) .cadmin .label {
|
|
|
4240
4278
|
transition: none;
|
|
4241
4279
|
}
|
|
4242
4280
|
}
|
|
4281
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .label {
|
|
4282
|
+
transition: none;
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4243
4285
|
html:not(#__):not(#___) .cadmin .label:disabled, html:not(#__):not(#___) .cadmin .label.disabled {
|
|
4244
4286
|
box-shadow: none;
|
|
4245
4287
|
}
|
|
@@ -4251,7 +4293,7 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
|
|
|
4251
4293
|
text-decoration: underline;
|
|
4252
4294
|
}
|
|
4253
4295
|
html:not(#__):not(#___) .cadmin .label[href].focus, html:not(#__):not(#___) .cadmin .label[href]:focus, html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus {
|
|
4254
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
4296
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
4255
4297
|
text-decoration: underline;
|
|
4256
4298
|
}
|
|
4257
4299
|
html:not(#__):not(#___) .cadmin .label a,
|
|
@@ -5483,6 +5525,10 @@ html:not(#__):not(#___) .cadmin .card-interactive {
|
|
|
5483
5525
|
transition: none;
|
|
5484
5526
|
}
|
|
5485
5527
|
}
|
|
5528
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .card-interactive {
|
|
5529
|
+
transition: none;
|
|
5530
|
+
}
|
|
5531
|
+
|
|
5486
5532
|
html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___) .cadmin .card-interactive.hover {
|
|
5487
5533
|
background-color: #f7f8f9;
|
|
5488
5534
|
text-decoration: none;
|
|
@@ -5508,6 +5554,10 @@ html:not(#__):not(#___) .cadmin .card-interactive::after {
|
|
|
5508
5554
|
transition: none;
|
|
5509
5555
|
}
|
|
5510
5556
|
}
|
|
5557
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .card-interactive::after {
|
|
5558
|
+
transition: none;
|
|
5559
|
+
}
|
|
5560
|
+
|
|
5511
5561
|
html:not(#__):not(#___) .cadmin .card-interactive:hover::after, html:not(#__):not(#___) .cadmin .card-interactive.hover::after {
|
|
5512
5562
|
height: 4px;
|
|
5513
5563
|
}
|
|
@@ -5774,7 +5824,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
|
|
|
5774
5824
|
}
|
|
5775
5825
|
html:not(#__):not(#___) .cadmin .dropdown-item:focus, html:not(#__):not(#___) .cadmin .dropdown-item.focus {
|
|
5776
5826
|
background-color: #f0f5ff;
|
|
5777
|
-
box-shadow: inset 0 0 0 2px #
|
|
5827
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
5778
5828
|
color: #272833;
|
|
5779
5829
|
outline: 0;
|
|
5780
5830
|
text-decoration: none;
|
|
@@ -5811,7 +5861,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
|
|
|
5811
5861
|
color: #272833;
|
|
5812
5862
|
}
|
|
5813
5863
|
html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
|
|
5814
|
-
box-shadow: inset 0 0 0 2px #
|
|
5864
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
5815
5865
|
}
|
|
5816
5866
|
html:not(#__):not(#___) .cadmin .dropdown-item:disabled, html:not(#__):not(#___) .cadmin .dropdown-item.disabled {
|
|
5817
5867
|
background-color: transparent;
|
|
@@ -6438,6 +6488,10 @@ html:not(#__):not(#___) .cadmin .form-control {
|
|
|
6438
6488
|
transition: none;
|
|
6439
6489
|
}
|
|
6440
6490
|
}
|
|
6491
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .form-control {
|
|
6492
|
+
transition: none;
|
|
6493
|
+
}
|
|
6494
|
+
|
|
6441
6495
|
html:not(#__):not(#___) .cadmin .form-control::placeholder {
|
|
6442
6496
|
color: #6b6c7e;
|
|
6443
6497
|
opacity: 1;
|
|
@@ -6445,7 +6499,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
|
|
|
6445
6499
|
html:not(#__):not(#___) .cadmin .form-control:focus, html:not(#__):not(#___) .cadmin .form-control.focus {
|
|
6446
6500
|
background-color: #f0f5ff;
|
|
6447
6501
|
border-color: #80acff;
|
|
6448
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
6502
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
6449
6503
|
color: #272833;
|
|
6450
6504
|
outline: 0;
|
|
6451
6505
|
}
|
|
@@ -6805,7 +6859,7 @@ html:not(#__):not(#___) .cadmin .form-control[type=range]:focus {
|
|
|
6805
6859
|
box-shadow: none;
|
|
6806
6860
|
}
|
|
6807
6861
|
html:not(#__):not(#___) .cadmin .form-control[type=range]:focus::-webkit-slider-thumb {
|
|
6808
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
6862
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
6809
6863
|
}
|
|
6810
6864
|
html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb {
|
|
6811
6865
|
border-radius: 100px;
|
|
@@ -6886,6 +6940,10 @@ html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
|
|
|
6886
6940
|
transition: none;
|
|
6887
6941
|
}
|
|
6888
6942
|
}
|
|
6943
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
|
|
6944
|
+
transition: none;
|
|
6945
|
+
}
|
|
6946
|
+
|
|
6889
6947
|
html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus {
|
|
6890
6948
|
border-color: #80acff;
|
|
6891
6949
|
box-shadow: none;
|
|
@@ -7082,12 +7140,16 @@ html:not(#__):not(#___) .cadmin .c-link {
|
|
|
7082
7140
|
transition: none;
|
|
7083
7141
|
}
|
|
7084
7142
|
}
|
|
7143
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-link {
|
|
7144
|
+
transition: none;
|
|
7145
|
+
}
|
|
7146
|
+
|
|
7085
7147
|
html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .c-link.hover {
|
|
7086
7148
|
text-decoration: none;
|
|
7087
7149
|
}
|
|
7088
7150
|
html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus {
|
|
7089
7151
|
border-radius: 1px;
|
|
7090
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7152
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7091
7153
|
outline: 0;
|
|
7092
7154
|
}
|
|
7093
7155
|
html:not(#__):not(#___) .cadmin .c-link.text-secondary {
|
|
@@ -7115,12 +7177,16 @@ html:not(#__):not(#___) .cadmin .component-link {
|
|
|
7115
7177
|
transition: none;
|
|
7116
7178
|
}
|
|
7117
7179
|
}
|
|
7180
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-link {
|
|
7181
|
+
transition: none;
|
|
7182
|
+
}
|
|
7183
|
+
|
|
7118
7184
|
html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .cadmin .component-link.hover {
|
|
7119
7185
|
color: #484955;
|
|
7120
7186
|
}
|
|
7121
7187
|
html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus {
|
|
7122
7188
|
color: #484955;
|
|
7123
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7189
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7124
7190
|
outline: 0;
|
|
7125
7191
|
}
|
|
7126
7192
|
html:not(#__):not(#___) .cadmin .single-link {
|
|
@@ -7136,12 +7202,16 @@ html:not(#__):not(#___) .cadmin .link-primary {
|
|
|
7136
7202
|
transition: none;
|
|
7137
7203
|
}
|
|
7138
7204
|
}
|
|
7205
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-primary {
|
|
7206
|
+
transition: none;
|
|
7207
|
+
}
|
|
7208
|
+
|
|
7139
7209
|
html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .cadmin .link-primary.hover {
|
|
7140
7210
|
color: #0041be;
|
|
7141
7211
|
}
|
|
7142
7212
|
html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus {
|
|
7143
7213
|
color: #0041be;
|
|
7144
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7214
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7145
7215
|
outline: 0;
|
|
7146
7216
|
}
|
|
7147
7217
|
html:not(#__):not(#___) .cadmin .link-secondary {
|
|
@@ -7154,12 +7224,16 @@ html:not(#__):not(#___) .cadmin .link-secondary {
|
|
|
7154
7224
|
transition: none;
|
|
7155
7225
|
}
|
|
7156
7226
|
}
|
|
7227
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-secondary {
|
|
7228
|
+
transition: none;
|
|
7229
|
+
}
|
|
7230
|
+
|
|
7157
7231
|
html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .cadmin .link-secondary.hover {
|
|
7158
7232
|
color: #272833;
|
|
7159
7233
|
}
|
|
7160
7234
|
html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus {
|
|
7161
7235
|
color: #272833;
|
|
7162
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7236
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7163
7237
|
outline: 0;
|
|
7164
7238
|
}
|
|
7165
7239
|
html:not(#__):not(#___) .cadmin button.link-outline {
|
|
@@ -7189,11 +7263,15 @@ html:not(#__):not(#___) .cadmin .link-outline {
|
|
|
7189
7263
|
transition: none;
|
|
7190
7264
|
}
|
|
7191
7265
|
}
|
|
7266
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-outline {
|
|
7267
|
+
transition: none;
|
|
7268
|
+
}
|
|
7269
|
+
|
|
7192
7270
|
html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .cadmin .link-outline.hover {
|
|
7193
7271
|
text-decoration: none;
|
|
7194
7272
|
}
|
|
7195
7273
|
html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus {
|
|
7196
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7274
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7197
7275
|
outline: 0;
|
|
7198
7276
|
}
|
|
7199
7277
|
html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
|
|
@@ -7316,6 +7394,11 @@ html:not(#__):not(#___) .cadmin .component-title [href] {
|
|
|
7316
7394
|
transition: none;
|
|
7317
7395
|
}
|
|
7318
7396
|
}
|
|
7397
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-title[href],
|
|
7398
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-title [href] {
|
|
7399
|
+
transition: none;
|
|
7400
|
+
}
|
|
7401
|
+
|
|
7319
7402
|
html:not(#__):not(#___) .cadmin .component-title[href]:hover, html:not(#__):not(#___) .cadmin .component-title[href].hover,
|
|
7320
7403
|
html:not(#__):not(#___) .cadmin .component-title [href]:hover,
|
|
7321
7404
|
html:not(#__):not(#___) .cadmin .component-title [href].hover {
|
|
@@ -7325,7 +7408,7 @@ html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(
|
|
|
7325
7408
|
html:not(#__):not(#___) .cadmin .component-title [href].focus,
|
|
7326
7409
|
html:not(#__):not(#___) .cadmin .component-title [href]:focus {
|
|
7327
7410
|
color: #060608;
|
|
7328
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7411
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7329
7412
|
outline: 0;
|
|
7330
7413
|
}
|
|
7331
7414
|
html:not(#__):not(#___) .cadmin .component-subtitle {
|
|
@@ -7346,6 +7429,11 @@ html:not(#__):not(#___) .cadmin .component-subtitle [href] {
|
|
|
7346
7429
|
transition: none;
|
|
7347
7430
|
}
|
|
7348
7431
|
}
|
|
7432
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-subtitle[href],
|
|
7433
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-subtitle [href] {
|
|
7434
|
+
transition: none;
|
|
7435
|
+
}
|
|
7436
|
+
|
|
7349
7437
|
html:not(#__):not(#___) .cadmin .component-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .component-subtitle[href].hover,
|
|
7350
7438
|
html:not(#__):not(#___) .cadmin .component-subtitle [href]:hover,
|
|
7351
7439
|
html:not(#__):not(#___) .cadmin .component-subtitle [href].hover {
|
|
@@ -7355,7 +7443,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):n
|
|
|
7355
7443
|
html:not(#__):not(#___) .cadmin .component-subtitle [href].focus,
|
|
7356
7444
|
html:not(#__):not(#___) .cadmin .component-subtitle [href]:focus {
|
|
7357
7445
|
color: #272833;
|
|
7358
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7446
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7359
7447
|
outline: 0;
|
|
7360
7448
|
}
|
|
7361
7449
|
html:not(#__):not(#___) .cadmin .component-action {
|
|
@@ -7380,13 +7468,17 @@ html:not(#__):not(#___) .cadmin .component-action {
|
|
|
7380
7468
|
transition: none;
|
|
7381
7469
|
}
|
|
7382
7470
|
}
|
|
7471
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-action {
|
|
7472
|
+
transition: none;
|
|
7473
|
+
}
|
|
7474
|
+
|
|
7383
7475
|
html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___) .cadmin .component-action.hover {
|
|
7384
7476
|
background-color: rgba(39, 40, 51, 0.03);
|
|
7385
7477
|
color: #272833;
|
|
7386
7478
|
}
|
|
7387
7479
|
html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus {
|
|
7388
7480
|
background-color: rgba(39, 40, 51, 0.03);
|
|
7389
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7481
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7390
7482
|
color: #272833;
|
|
7391
7483
|
outline: 0;
|
|
7392
7484
|
}
|
|
@@ -7481,6 +7573,10 @@ html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
|
|
|
7481
7573
|
transition: none;
|
|
7482
7574
|
}
|
|
7483
7575
|
}
|
|
7576
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
|
|
7577
|
+
transition: none;
|
|
7578
|
+
}
|
|
7579
|
+
|
|
7484
7580
|
html:not(#__):not(#___) .cadmin .clay-range-input .tooltip-inner {
|
|
7485
7581
|
padding: 8px 12px;
|
|
7486
7582
|
}
|
|
@@ -7784,13 +7880,13 @@ html:not(#__):not(#___) .cadmin .clay-color-btn {
|
|
|
7784
7880
|
width: 24px;
|
|
7785
7881
|
}
|
|
7786
7882
|
html:not(#__):not(#___) .cadmin .clay-color-btn:active {
|
|
7787
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7883
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7788
7884
|
}
|
|
7789
7885
|
html:not(#__):not(#___) .cadmin .clay-color-btn.active {
|
|
7790
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7886
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7791
7887
|
}
|
|
7792
7888
|
html:not(#__):not(#___) .cadmin .clay-color-btn[aria-expanded=true], html:not(#__):not(#___) .cadmin .clay-color-btn.show {
|
|
7793
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
7889
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7794
7890
|
}
|
|
7795
7891
|
html:not(#__):not(#___) .cadmin .clay-color-btn .c-inner {
|
|
7796
7892
|
margin-bottom: 0;
|
|
@@ -7821,12 +7917,16 @@ html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
|
7821
7917
|
transition: none;
|
|
7822
7918
|
}
|
|
7823
7919
|
}
|
|
7920
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .clay-color-pointer {
|
|
7921
|
+
transition: none;
|
|
7922
|
+
}
|
|
7923
|
+
|
|
7824
7924
|
html:not(#__):not(#___) .cadmin .clay-color-pointer:focus, html:not(#__):not(#___) .cadmin .clay-color-pointer.focus {
|
|
7825
|
-
box-shadow: 0 0 0 2px #
|
|
7925
|
+
box-shadow: 0 0 0 2px #528eff;
|
|
7826
7926
|
outline: 0;
|
|
7827
7927
|
}
|
|
7828
7928
|
html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus {
|
|
7829
|
-
box-shadow: 0 0 0 2px #
|
|
7929
|
+
box-shadow: 0 0 0 2px #528eff;
|
|
7830
7930
|
}
|
|
7831
7931
|
html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
|
|
7832
7932
|
margin-bottom: 0;
|
|
@@ -7952,7 +8052,7 @@ html:not(#__):not(#___) .cadmin .form-file-input::-webkit-file-upload-button {
|
|
|
7952
8052
|
}
|
|
7953
8053
|
html:not(#__):not(#___) .cadmin .form-file-input:focus + .input-group {
|
|
7954
8054
|
border-radius: 1px;
|
|
7955
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8055
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
7956
8056
|
}
|
|
7957
8057
|
html:not(#__):not(#___) .cadmin .form-file-input:disabled {
|
|
7958
8058
|
cursor: not-allowed;
|
|
@@ -8010,6 +8110,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
|
8010
8110
|
transition: none;
|
|
8011
8111
|
}
|
|
8012
8112
|
}
|
|
8113
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8114
|
+
transition: none;
|
|
8115
|
+
}
|
|
8116
|
+
|
|
8013
8117
|
html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
8014
8118
|
background: no-repeat 50%/50% 50%;
|
|
8015
8119
|
content: "";
|
|
@@ -8057,6 +8161,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
|
8057
8161
|
transition: none;
|
|
8058
8162
|
}
|
|
8059
8163
|
}
|
|
8164
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
8165
|
+
transition: none;
|
|
8166
|
+
}
|
|
8167
|
+
|
|
8060
8168
|
html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
8061
8169
|
background: no-repeat 50%/50% 50%;
|
|
8062
8170
|
content: "";
|
|
@@ -8080,12 +8188,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
|
|
|
8080
8188
|
}
|
|
8081
8189
|
html:not(#__):not(#___) .cadmin .custom-control-input:focus ~ .custom-control-label::before {
|
|
8082
8190
|
border-color: #cdced9;
|
|
8083
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8191
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8084
8192
|
}
|
|
8085
8193
|
html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
|
|
8086
8194
|
background-color: #fff;
|
|
8087
8195
|
border-color: #cdced9;
|
|
8088
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #
|
|
8196
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8089
8197
|
color: #fff;
|
|
8090
8198
|
}
|
|
8091
8199
|
html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
|
|
@@ -8218,10 +8326,10 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
|
|
|
8218
8326
|
width: 24px;
|
|
8219
8327
|
}
|
|
8220
8328
|
html:not(#__):not(#___) .cadmin .clay-time .btn:focus, html:not(#__):not(#___) .cadmin .clay-time .btn.focus {
|
|
8221
|
-
box-shadow: 0 0 0 1px #
|
|
8329
|
+
box-shadow: 0 0 0 1px #528eff;
|
|
8222
8330
|
}
|
|
8223
8331
|
html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus {
|
|
8224
|
-
box-shadow: 0 0 0 1px #
|
|
8332
|
+
box-shadow: 0 0 0 1px #528eff;
|
|
8225
8333
|
}
|
|
8226
8334
|
html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
|
|
8227
8335
|
margin-bottom: 0;
|
|
@@ -8347,20 +8455,24 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
|
|
|
8347
8455
|
transition: none;
|
|
8348
8456
|
}
|
|
8349
8457
|
}
|
|
8458
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
|
|
8459
|
+
transition: none;
|
|
8460
|
+
}
|
|
8461
|
+
|
|
8350
8462
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
|
|
8351
8463
|
background-color: #f1f2f5;
|
|
8352
8464
|
color: #272833;
|
|
8353
8465
|
}
|
|
8354
8466
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus {
|
|
8355
8467
|
background-color: #f1f2f5;
|
|
8356
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8468
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8357
8469
|
color: #272833;
|
|
8358
8470
|
}
|
|
8359
8471
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
|
|
8360
8472
|
background-color: #f1f2f5;
|
|
8361
8473
|
}
|
|
8362
8474
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus {
|
|
8363
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8475
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8364
8476
|
}
|
|
8365
8477
|
html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
|
|
8366
8478
|
background-color: #f1f2f5;
|
|
@@ -8467,6 +8579,10 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
|
8467
8579
|
transition: none;
|
|
8468
8580
|
}
|
|
8469
8581
|
}
|
|
8582
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
|
|
8583
|
+
transition: none;
|
|
8584
|
+
}
|
|
8585
|
+
|
|
8470
8586
|
html:not(#__):not(#___) .cadmin .date-picker-calendar-item:disabled, html:not(#__):not(#___) .cadmin .date-picker-calendar-item.disabled {
|
|
8471
8587
|
cursor: not-allowed;
|
|
8472
8588
|
}
|
|
@@ -8527,7 +8643,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
|
|
|
8527
8643
|
}
|
|
8528
8644
|
html:not(#__):not(#___) .cadmin .date-picker-date:focus, html:not(#__):not(#___) .cadmin .date-picker-date.focus {
|
|
8529
8645
|
background-color: #f1f2f5;
|
|
8530
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8646
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8531
8647
|
color: #272833;
|
|
8532
8648
|
outline: 0;
|
|
8533
8649
|
}
|
|
@@ -8536,7 +8652,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
|
|
|
8536
8652
|
color: #fff;
|
|
8537
8653
|
}
|
|
8538
8654
|
html:not(#__):not(#___) .cadmin .date-picker-date:active:focus {
|
|
8539
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8655
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8540
8656
|
}
|
|
8541
8657
|
html:not(#__):not(#___) .cadmin .date-picker-date.active {
|
|
8542
8658
|
background-color: #0b5fff;
|
|
@@ -8554,9 +8670,33 @@ html:not(#__):not(#___) .cadmin .date-picker-date[aria-expanded=true], html:not(
|
|
|
8554
8670
|
html:not(#__):not(#___) .cadmin .previous-month-date {
|
|
8555
8671
|
color: #a7a9bc;
|
|
8556
8672
|
}
|
|
8673
|
+
html:not(#__):not(#___) .cadmin .previous-month-date:active {
|
|
8674
|
+
background-color: #b3cdff;
|
|
8675
|
+
color: #f0f5ff;
|
|
8676
|
+
}
|
|
8677
|
+
html:not(#__):not(#___) .cadmin .previous-month-date.active {
|
|
8678
|
+
background-color: #b3cdff;
|
|
8679
|
+
color: #f0f5ff;
|
|
8680
|
+
}
|
|
8681
|
+
html:not(#__):not(#___) .cadmin .previous-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .previous-month-date.show {
|
|
8682
|
+
background-color: #b3cdff;
|
|
8683
|
+
color: #f0f5ff;
|
|
8684
|
+
}
|
|
8557
8685
|
html:not(#__):not(#___) .cadmin .next-month-date {
|
|
8558
8686
|
color: #a7a9bc;
|
|
8559
8687
|
}
|
|
8688
|
+
html:not(#__):not(#___) .cadmin .next-month-date:active {
|
|
8689
|
+
background-color: #b3cdff;
|
|
8690
|
+
color: #f0f5ff;
|
|
8691
|
+
}
|
|
8692
|
+
html:not(#__):not(#___) .cadmin .next-month-date.active {
|
|
8693
|
+
background-color: #b3cdff;
|
|
8694
|
+
color: #f0f5ff;
|
|
8695
|
+
}
|
|
8696
|
+
html:not(#__):not(#___) .cadmin .next-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .next-month-date.show {
|
|
8697
|
+
background-color: #b3cdff;
|
|
8698
|
+
color: #f0f5ff;
|
|
8699
|
+
}
|
|
8560
8700
|
html:not(#__):not(#___) .cadmin .clay-dual-listbox {
|
|
8561
8701
|
display: flex;
|
|
8562
8702
|
flex-direction: row;
|
|
@@ -8631,7 +8771,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
|
|
|
8631
8771
|
color: #272833;
|
|
8632
8772
|
}
|
|
8633
8773
|
html:not(#__):not(#___) .cadmin .has-error .form-control:focus, html:not(#__):not(#___) .cadmin .has-error .form-control.focus {
|
|
8634
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8774
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8635
8775
|
}
|
|
8636
8776
|
html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
|
|
8637
8777
|
background-color: #fff;
|
|
@@ -8656,7 +8796,7 @@ html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
|
|
|
8656
8796
|
color: #272833;
|
|
8657
8797
|
}
|
|
8658
8798
|
html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
|
|
8659
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8799
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8660
8800
|
}
|
|
8661
8801
|
html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus .input-group-inset {
|
|
8662
8802
|
background-color: #feefef;
|
|
@@ -8689,7 +8829,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
|
|
|
8689
8829
|
color: #272833;
|
|
8690
8830
|
}
|
|
8691
8831
|
html:not(#__):not(#___) .cadmin .has-warning .form-control:focus, html:not(#__):not(#___) .cadmin .has-warning .form-control.focus {
|
|
8692
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8832
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8693
8833
|
}
|
|
8694
8834
|
html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
|
|
8695
8835
|
background-color: #fff;
|
|
@@ -8714,7 +8854,7 @@ html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
|
|
|
8714
8854
|
color: #272833;
|
|
8715
8855
|
}
|
|
8716
8856
|
html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
|
|
8717
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8857
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8718
8858
|
}
|
|
8719
8859
|
html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus .input-group-inset {
|
|
8720
8860
|
background-color: #fff4ec;
|
|
@@ -8747,7 +8887,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
|
|
|
8747
8887
|
color: #272833;
|
|
8748
8888
|
}
|
|
8749
8889
|
html:not(#__):not(#___) .cadmin .has-success .form-control:focus, html:not(#__):not(#___) .cadmin .has-success .form-control.focus {
|
|
8750
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8890
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8751
8891
|
}
|
|
8752
8892
|
html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
|
|
8753
8893
|
background-color: #fff;
|
|
@@ -8772,7 +8912,7 @@ html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
|
|
|
8772
8912
|
color: #272833;
|
|
8773
8913
|
}
|
|
8774
8914
|
html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
|
|
8775
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
8915
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8776
8916
|
}
|
|
8777
8917
|
html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus .input-group-inset {
|
|
8778
8918
|
background-color: #edf9f0;
|
|
@@ -8867,7 +9007,7 @@ html:not(#__):not(#___) .cadmin .input-group-item {
|
|
|
8867
9007
|
}
|
|
8868
9008
|
html:not(#__):not(#___) .cadmin .input-group-item.focus {
|
|
8869
9009
|
border-radius: 4px;
|
|
8870
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
9010
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
8871
9011
|
}
|
|
8872
9012
|
html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-prepend {
|
|
8873
9013
|
border-bottom-right-radius: 0;
|
|
@@ -9387,6 +9527,11 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
|
|
|
9387
9527
|
transition: none;
|
|
9388
9528
|
}
|
|
9389
9529
|
}
|
|
9530
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-title[href],
|
|
9531
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-title [href] {
|
|
9532
|
+
transition: none;
|
|
9533
|
+
}
|
|
9534
|
+
|
|
9390
9535
|
html:not(#__):not(#___) .cadmin .list-group-title[href]:hover, html:not(#__):not(#___) .cadmin .list-group-title[href].hover,
|
|
9391
9536
|
html:not(#__):not(#___) .cadmin .list-group-title [href]:hover,
|
|
9392
9537
|
html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
|
|
@@ -9395,7 +9540,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
|
|
|
9395
9540
|
html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus,
|
|
9396
9541
|
html:not(#__):not(#___) .cadmin .list-group-title [href].focus,
|
|
9397
9542
|
html:not(#__):not(#___) .cadmin .list-group-title [href]:focus {
|
|
9398
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
9543
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9399
9544
|
outline: 0;
|
|
9400
9545
|
}
|
|
9401
9546
|
html:not(#__):not(#___) .cadmin .list-group-subtitle {
|
|
@@ -9416,6 +9561,11 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
|
|
|
9416
9561
|
transition: none;
|
|
9417
9562
|
}
|
|
9418
9563
|
}
|
|
9564
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtitle[href],
|
|
9565
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
|
|
9566
|
+
transition: none;
|
|
9567
|
+
}
|
|
9568
|
+
|
|
9419
9569
|
html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtitle[href].hover,
|
|
9420
9570
|
html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:hover,
|
|
9421
9571
|
html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
|
|
@@ -9424,7 +9574,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
|
|
|
9424
9574
|
html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus,
|
|
9425
9575
|
html:not(#__):not(#___) .cadmin .list-group-subtitle [href].focus,
|
|
9426
9576
|
html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
|
|
9427
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
9577
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9428
9578
|
outline: 0;
|
|
9429
9579
|
}
|
|
9430
9580
|
html:not(#__):not(#___) .cadmin .list-group-text {
|
|
@@ -9445,6 +9595,11 @@ html:not(#__):not(#___) .cadmin .list-group-text [href] {
|
|
|
9445
9595
|
transition: none;
|
|
9446
9596
|
}
|
|
9447
9597
|
}
|
|
9598
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-text[href],
|
|
9599
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-text [href] {
|
|
9600
|
+
transition: none;
|
|
9601
|
+
}
|
|
9602
|
+
|
|
9448
9603
|
html:not(#__):not(#___) .cadmin .list-group-text[href]:hover, html:not(#__):not(#___) .cadmin .list-group-text[href].hover,
|
|
9449
9604
|
html:not(#__):not(#___) .cadmin .list-group-text [href]:hover,
|
|
9450
9605
|
html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
|
|
@@ -9453,7 +9608,7 @@ html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
|
|
|
9453
9608
|
html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus,
|
|
9454
9609
|
html:not(#__):not(#___) .cadmin .list-group-text [href].focus,
|
|
9455
9610
|
html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
|
|
9456
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
9611
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9457
9612
|
outline: 0;
|
|
9458
9613
|
}
|
|
9459
9614
|
html:not(#__):not(#___) .cadmin .list-group-subtext {
|
|
@@ -9475,6 +9630,11 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
|
|
|
9475
9630
|
transition: none;
|
|
9476
9631
|
}
|
|
9477
9632
|
}
|
|
9633
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtext[href],
|
|
9634
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
|
|
9635
|
+
transition: none;
|
|
9636
|
+
}
|
|
9637
|
+
|
|
9478
9638
|
html:not(#__):not(#___) .cadmin .list-group-subtext[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtext[href].hover,
|
|
9479
9639
|
html:not(#__):not(#___) .cadmin .list-group-subtext [href]:hover,
|
|
9480
9640
|
html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
|
|
@@ -9483,7 +9643,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
|
|
|
9483
9643
|
html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus,
|
|
9484
9644
|
html:not(#__):not(#___) .cadmin .list-group-subtext [href].focus,
|
|
9485
9645
|
html:not(#__):not(#___) .cadmin .list-group-subtext [href]:focus {
|
|
9486
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
9646
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
9487
9647
|
outline: 0;
|
|
9488
9648
|
}
|
|
9489
9649
|
html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
|
|
@@ -9838,6 +9998,10 @@ html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, html:not(#__):not(#__
|
|
|
9838
9998
|
transition: none;
|
|
9839
9999
|
}
|
|
9840
10000
|
}
|
|
10001
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.modal.fade .modal-dialog {
|
|
10002
|
+
transition: none;
|
|
10003
|
+
}
|
|
10004
|
+
|
|
9841
10005
|
html:not(#__):not(#___) .cadmin .modal.show, html:not(#__):not(#___) .cadmin.modal.show {
|
|
9842
10006
|
display: block;
|
|
9843
10007
|
}
|
|
@@ -10300,6 +10464,18 @@ html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon:activ
|
|
|
10300
10464
|
html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-divider {
|
|
10301
10465
|
background-color: #6b6c7e;
|
|
10302
10466
|
}
|
|
10467
|
+
html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon {
|
|
10468
|
+
background-color: #da1414;
|
|
10469
|
+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline'%20d='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='%23fff'/%3E%3C/svg%3E");
|
|
10470
|
+
color: #fff;
|
|
10471
|
+
text-indent: -100px;
|
|
10472
|
+
}
|
|
10473
|
+
html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
|
|
10474
|
+
content: none;
|
|
10475
|
+
}
|
|
10476
|
+
html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon .lexicon-icon {
|
|
10477
|
+
display: none;
|
|
10478
|
+
}
|
|
10303
10479
|
html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-title {
|
|
10304
10480
|
color: #a7a9bc;
|
|
10305
10481
|
}
|
|
@@ -10391,7 +10567,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
|
|
|
10391
10567
|
}
|
|
10392
10568
|
html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
|
|
10393
10569
|
background-color: #f1f2f5;
|
|
10394
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10570
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
10395
10571
|
color: #6b6c7e;
|
|
10396
10572
|
outline: 0;
|
|
10397
10573
|
text-decoration: none;
|
|
@@ -10517,10 +10693,10 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
|
|
|
10517
10693
|
width: 100%;
|
|
10518
10694
|
}
|
|
10519
10695
|
html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus {
|
|
10520
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10696
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
10521
10697
|
}
|
|
10522
10698
|
html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus {
|
|
10523
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
10699
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
10524
10700
|
}
|
|
10525
10701
|
html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
|
|
10526
10702
|
opacity: 1;
|
|
@@ -10821,12 +10997,16 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
|
|
|
10821
10997
|
transition: none;
|
|
10822
10998
|
}
|
|
10823
10999
|
}
|
|
11000
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
|
|
11001
|
+
transition: none;
|
|
11002
|
+
}
|
|
11003
|
+
|
|
10824
11004
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.hover {
|
|
10825
11005
|
border-color: transparent;
|
|
10826
11006
|
}
|
|
10827
11007
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus {
|
|
10828
11008
|
border-color: transparent;
|
|
10829
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
11009
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
10830
11010
|
outline: 0;
|
|
10831
11011
|
}
|
|
10832
11012
|
html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
|
|
@@ -10975,13 +11155,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
10975
11155
|
transition: none;
|
|
10976
11156
|
}
|
|
10977
11157
|
}
|
|
11158
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11159
|
+
transition: none;
|
|
11160
|
+
}
|
|
11161
|
+
|
|
10978
11162
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
|
|
10979
11163
|
background-color: rgba(11, 95, 255, 0.04);
|
|
10980
11164
|
color: #272833;
|
|
10981
11165
|
}
|
|
10982
11166
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
|
|
10983
11167
|
background-color: rgba(11, 95, 255, 0.04);
|
|
10984
|
-
box-shadow: inset 0 0 0 2px #
|
|
11168
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
10985
11169
|
color: #272833;
|
|
10986
11170
|
outline: 0;
|
|
10987
11171
|
}
|
|
@@ -11024,6 +11208,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
|
|
|
11024
11208
|
transition: none;
|
|
11025
11209
|
}
|
|
11026
11210
|
}
|
|
11211
|
+
@media (max-width: 767.98px) {
|
|
11212
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
|
|
11213
|
+
transition: none;
|
|
11214
|
+
}
|
|
11215
|
+
}
|
|
11027
11216
|
@media (max-width: 767.98px) {
|
|
11028
11217
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
|
|
11029
11218
|
border-radius: 0;
|
|
@@ -11159,13 +11348,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11159
11348
|
transition: none;
|
|
11160
11349
|
}
|
|
11161
11350
|
}
|
|
11351
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
11352
|
+
transition: none;
|
|
11353
|
+
}
|
|
11354
|
+
|
|
11162
11355
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
|
|
11163
11356
|
background-color: rgba(11, 95, 255, 0.04);
|
|
11164
11357
|
color: #272833;
|
|
11165
11358
|
}
|
|
11166
11359
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
|
|
11167
11360
|
background-color: rgba(11, 95, 255, 0.04);
|
|
11168
|
-
box-shadow: inset 0 0 0 2px #
|
|
11361
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
11169
11362
|
color: #272833;
|
|
11170
11363
|
outline: 0;
|
|
11171
11364
|
}
|
|
@@ -11208,6 +11401,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
|
|
|
11208
11401
|
transition: none;
|
|
11209
11402
|
}
|
|
11210
11403
|
}
|
|
11404
|
+
@media (max-width: 991.98px) {
|
|
11405
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
|
|
11406
|
+
transition: none;
|
|
11407
|
+
}
|
|
11408
|
+
}
|
|
11211
11409
|
@media (max-width: 991.98px) {
|
|
11212
11410
|
html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
|
|
11213
11411
|
border-radius: 0;
|
|
@@ -12280,8 +12478,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
|
|
|
12280
12478
|
transition: none;
|
|
12281
12479
|
}
|
|
12282
12480
|
}
|
|
12481
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
|
|
12482
|
+
transition: none;
|
|
12483
|
+
}
|
|
12484
|
+
|
|
12283
12485
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus {
|
|
12284
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
12486
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
12285
12487
|
}
|
|
12286
12488
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
|
|
12287
12489
|
box-shadow: none;
|
|
@@ -12296,8 +12498,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
|
|
|
12296
12498
|
transition: none;
|
|
12297
12499
|
}
|
|
12298
12500
|
}
|
|
12501
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
|
|
12502
|
+
transition: none;
|
|
12503
|
+
}
|
|
12504
|
+
|
|
12299
12505
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus {
|
|
12300
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
12506
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
12301
12507
|
}
|
|
12302
12508
|
html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
|
|
12303
12509
|
box-shadow: none;
|
|
@@ -12625,7 +12831,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
|
|
|
12625
12831
|
font-size: inherit;
|
|
12626
12832
|
}
|
|
12627
12833
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus {
|
|
12628
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
12834
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
12629
12835
|
}
|
|
12630
12836
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
|
|
12631
12837
|
box-shadow: none;
|
|
@@ -12637,7 +12843,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
|
|
|
12637
12843
|
font-size: inherit;
|
|
12638
12844
|
}
|
|
12639
12845
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus {
|
|
12640
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
12846
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
12641
12847
|
}
|
|
12642
12848
|
html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
|
|
12643
12849
|
box-shadow: none;
|
|
@@ -12900,6 +13106,10 @@ html:not(#__):not(#___) .cadmin .page-link {
|
|
|
12900
13106
|
transition: none;
|
|
12901
13107
|
}
|
|
12902
13108
|
}
|
|
13109
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .page-link {
|
|
13110
|
+
transition: none;
|
|
13111
|
+
}
|
|
13112
|
+
|
|
12903
13113
|
html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmin .page-link.hover {
|
|
12904
13114
|
background-color: rgba(39, 40, 41, 0.04);
|
|
12905
13115
|
border-color: transparent;
|
|
@@ -12910,7 +13120,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmi
|
|
|
12910
13120
|
html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
|
|
12911
13121
|
background-color: rgba(39, 40, 41, 0.04);
|
|
12912
13122
|
border-color: transparent;
|
|
12913
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
13123
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
12914
13124
|
color: #272833;
|
|
12915
13125
|
outline: 0;
|
|
12916
13126
|
z-index: 4;
|
|
@@ -13011,6 +13221,11 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
|
|
|
13011
13221
|
transition: none;
|
|
13012
13222
|
}
|
|
13013
13223
|
}
|
|
13224
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .pagination-items-per-page > a,
|
|
13225
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
|
|
13226
|
+
transition: none;
|
|
13227
|
+
}
|
|
13228
|
+
|
|
13014
13229
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:hover, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.hover,
|
|
13015
13230
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover,
|
|
13016
13231
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
|
|
@@ -13022,7 +13237,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#
|
|
|
13022
13237
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
|
|
13023
13238
|
html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus {
|
|
13024
13239
|
border-color: transparent;
|
|
13025
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
13240
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
13026
13241
|
color: #272833;
|
|
13027
13242
|
outline: 0;
|
|
13028
13243
|
}
|
|
@@ -13253,12 +13468,16 @@ html:not(#__):not(#___) .cadmin .panel-header-link {
|
|
|
13253
13468
|
transition: none;
|
|
13254
13469
|
}
|
|
13255
13470
|
}
|
|
13471
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .panel-header-link {
|
|
13472
|
+
transition: none;
|
|
13473
|
+
}
|
|
13474
|
+
|
|
13256
13475
|
html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___) .cadmin .panel-header-link.hover {
|
|
13257
13476
|
color: inherit;
|
|
13258
13477
|
text-decoration: none;
|
|
13259
13478
|
}
|
|
13260
13479
|
html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus {
|
|
13261
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
13480
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
13262
13481
|
outline: 0;
|
|
13263
13482
|
z-index: 1;
|
|
13264
13483
|
}
|
|
@@ -13474,7 +13693,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
|
|
|
13474
13693
|
border-radius: 1px;
|
|
13475
13694
|
}
|
|
13476
13695
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
|
|
13477
|
-
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #
|
|
13696
|
+
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
|
|
13478
13697
|
}
|
|
13479
13698
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
|
|
13480
13699
|
html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
|
|
@@ -13869,6 +14088,10 @@ html:not(#__):not(#___) .cadmin .progress-bar {
|
|
|
13869
14088
|
transition: none;
|
|
13870
14089
|
}
|
|
13871
14090
|
}
|
|
14091
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .progress-bar {
|
|
14092
|
+
transition: none;
|
|
14093
|
+
}
|
|
14094
|
+
|
|
13872
14095
|
html:not(#__):not(#___) .cadmin .progress-bar-striped {
|
|
13873
14096
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
13874
14097
|
background-size: 8px 8px;
|
|
@@ -14189,11 +14412,15 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle {
|
|
|
14189
14412
|
transition: none;
|
|
14190
14413
|
}
|
|
14191
14414
|
}
|
|
14415
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin a.sheet-subtitle {
|
|
14416
|
+
transition: none;
|
|
14417
|
+
}
|
|
14418
|
+
|
|
14192
14419
|
html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___) .cadmin a.sheet-subtitle.hover {
|
|
14193
14420
|
text-decoration: none;
|
|
14194
14421
|
}
|
|
14195
14422
|
html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus {
|
|
14196
|
-
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #
|
|
14423
|
+
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
|
|
14197
14424
|
outline: 0;
|
|
14198
14425
|
}
|
|
14199
14426
|
html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
|
|
@@ -14373,7 +14600,7 @@ html:not(#__):not(#___) .cadmin .sidebar, html:not(#__):not(#___) .cadmin.sideba
|
|
|
14373
14600
|
-webkit-overflow-scrolling: touch;
|
|
14374
14601
|
}
|
|
14375
14602
|
html:not(#__):not(#___) .cadmin .sidebar:focus, html:not(#__):not(#___) .cadmin .sidebar.focus, html:not(#__):not(#___) .cadmin.sidebar:focus, html:not(#__):not(#___) .cadmin.sidebar.focus {
|
|
14376
|
-
box-shadow: inset 0 0 0 2px #
|
|
14603
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
14377
14604
|
}
|
|
14378
14605
|
html:not(#__):not(#___) .cadmin .sidebar .container-fluid, html:not(#__):not(#___) .cadmin.sidebar .container-fluid {
|
|
14379
14606
|
padding-left: 16px;
|
|
@@ -14503,7 +14730,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd [href] {
|
|
|
14503
14730
|
color: #272833;
|
|
14504
14731
|
}
|
|
14505
14732
|
html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
|
|
14506
|
-
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #
|
|
14733
|
+
box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
|
|
14507
14734
|
}
|
|
14508
14735
|
html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
|
|
14509
14736
|
background-color: #fff;
|
|
@@ -14579,11 +14806,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
|
|
|
14579
14806
|
transition: none;
|
|
14580
14807
|
}
|
|
14581
14808
|
}
|
|
14809
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
|
|
14810
|
+
transition: none;
|
|
14811
|
+
}
|
|
14812
|
+
|
|
14582
14813
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.hover {
|
|
14583
14814
|
color: #fff;
|
|
14584
14815
|
}
|
|
14585
14816
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus {
|
|
14586
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
14817
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
14587
14818
|
outline: 0;
|
|
14588
14819
|
}
|
|
14589
14820
|
html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
|
|
@@ -14637,11 +14868,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
|
14637
14868
|
transition: none;
|
|
14638
14869
|
}
|
|
14639
14870
|
}
|
|
14871
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
|
|
14872
|
+
transition: none;
|
|
14873
|
+
}
|
|
14874
|
+
|
|
14640
14875
|
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.hover {
|
|
14641
14876
|
color: #fff;
|
|
14642
14877
|
}
|
|
14643
14878
|
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
|
|
14644
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
14879
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
14645
14880
|
outline: 0;
|
|
14646
14881
|
}
|
|
14647
14882
|
html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
|
|
@@ -14669,6 +14904,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
|
|
|
14669
14904
|
transition: none;
|
|
14670
14905
|
}
|
|
14671
14906
|
}
|
|
14907
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
|
|
14908
|
+
transition: none;
|
|
14909
|
+
}
|
|
14910
|
+
|
|
14672
14911
|
html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
|
|
14673
14912
|
transition: all 0.2s ease-in;
|
|
14674
14913
|
}
|
|
@@ -14677,6 +14916,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
|
|
|
14677
14916
|
transition: none;
|
|
14678
14917
|
}
|
|
14679
14918
|
}
|
|
14919
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
|
|
14920
|
+
transition: none;
|
|
14921
|
+
}
|
|
14922
|
+
|
|
14680
14923
|
html:not(#__):not(#___) .cadmin .c-slideout-fixed {
|
|
14681
14924
|
position: fixed;
|
|
14682
14925
|
}
|
|
@@ -14844,11 +15087,15 @@ html:not(#__):not(#___) .cadmin .table thead th [href] {
|
|
|
14844
15087
|
transition: none;
|
|
14845
15088
|
}
|
|
14846
15089
|
}
|
|
15090
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table thead th [href] {
|
|
15091
|
+
transition: none;
|
|
15092
|
+
}
|
|
15093
|
+
|
|
14847
15094
|
html:not(#__):not(#___) .cadmin .table thead th [href]:hover, html:not(#__):not(#___) .cadmin .table thead th [href].hover {
|
|
14848
15095
|
color: #272833;
|
|
14849
15096
|
}
|
|
14850
15097
|
html:not(#__):not(#___) .cadmin .table thead th [href].focus, html:not(#__):not(#___) .cadmin .table thead th [href]:focus {
|
|
14851
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15098
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
14852
15099
|
outline: 0;
|
|
14853
15100
|
}
|
|
14854
15101
|
html:not(#__):not(#___) .cadmin .table th:first-child,
|
|
@@ -15066,11 +15313,15 @@ html:not(#__):not(#___) .cadmin .table-title a {
|
|
|
15066
15313
|
transition: none;
|
|
15067
15314
|
}
|
|
15068
15315
|
}
|
|
15316
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-title a {
|
|
15317
|
+
transition: none;
|
|
15318
|
+
}
|
|
15319
|
+
|
|
15069
15320
|
html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .cadmin .table-title a.hover {
|
|
15070
15321
|
color: #272833;
|
|
15071
15322
|
}
|
|
15072
15323
|
html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus {
|
|
15073
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15324
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15074
15325
|
outline: 0;
|
|
15075
15326
|
}
|
|
15076
15327
|
html:not(#__):not(#___) .cadmin .table-link {
|
|
@@ -15085,11 +15336,15 @@ html:not(#__):not(#___) .cadmin .table-link {
|
|
|
15085
15336
|
transition: none;
|
|
15086
15337
|
}
|
|
15087
15338
|
}
|
|
15339
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-link {
|
|
15340
|
+
transition: none;
|
|
15341
|
+
}
|
|
15342
|
+
|
|
15088
15343
|
html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadmin .table-link.hover {
|
|
15089
15344
|
color: #272833;
|
|
15090
15345
|
}
|
|
15091
15346
|
html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus {
|
|
15092
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15347
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15093
15348
|
outline: 0;
|
|
15094
15349
|
}
|
|
15095
15350
|
html:not(#__):not(#___) .cadmin .table-action-link {
|
|
@@ -15109,6 +15364,10 @@ html:not(#__):not(#___) .cadmin .table-action-link {
|
|
|
15109
15364
|
transition: none;
|
|
15110
15365
|
}
|
|
15111
15366
|
}
|
|
15367
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-action-link {
|
|
15368
|
+
transition: none;
|
|
15369
|
+
}
|
|
15370
|
+
|
|
15112
15371
|
html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___) .cadmin .table-action-link.hover {
|
|
15113
15372
|
background-color: rgba(0, 0, 0, 0.02);
|
|
15114
15373
|
color: #272833;
|
|
@@ -15117,7 +15376,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
|
|
|
15117
15376
|
html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus {
|
|
15118
15377
|
background-color: rgba(0, 0, 0, 0.02);
|
|
15119
15378
|
color: #272833;
|
|
15120
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15379
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15121
15380
|
outline: 0;
|
|
15122
15381
|
}
|
|
15123
15382
|
html:not(#__):not(#___) .cadmin .table-action-link:active {
|
|
@@ -15394,11 +15653,15 @@ html:not(#__):not(#___) .cadmin .table-list-title a {
|
|
|
15394
15653
|
transition: none;
|
|
15395
15654
|
}
|
|
15396
15655
|
}
|
|
15656
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-title a {
|
|
15657
|
+
transition: none;
|
|
15658
|
+
}
|
|
15659
|
+
|
|
15397
15660
|
html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#___) .cadmin .table-list-title a.hover {
|
|
15398
15661
|
color: #272833;
|
|
15399
15662
|
}
|
|
15400
15663
|
html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus {
|
|
15401
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15664
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15402
15665
|
outline: 0;
|
|
15403
15666
|
}
|
|
15404
15667
|
html:not(#__):not(#___) .cadmin .table-list-link {
|
|
@@ -15413,11 +15676,15 @@ html:not(#__):not(#___) .cadmin .table-list-link {
|
|
|
15413
15676
|
transition: none;
|
|
15414
15677
|
}
|
|
15415
15678
|
}
|
|
15679
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-link {
|
|
15680
|
+
transition: none;
|
|
15681
|
+
}
|
|
15682
|
+
|
|
15416
15683
|
html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___) .cadmin .table-list-link.hover {
|
|
15417
15684
|
color: #272833;
|
|
15418
15685
|
}
|
|
15419
15686
|
html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus {
|
|
15420
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15687
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15421
15688
|
outline: 0;
|
|
15422
15689
|
}
|
|
15423
15690
|
html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
@@ -15436,6 +15703,10 @@ html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
|
15436
15703
|
transition: none;
|
|
15437
15704
|
}
|
|
15438
15705
|
}
|
|
15706
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-action-link {
|
|
15707
|
+
transition: none;
|
|
15708
|
+
}
|
|
15709
|
+
|
|
15439
15710
|
html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not(#___) .cadmin .table-list-action-link.hover {
|
|
15440
15711
|
background-color: rgba(0, 0, 0, 0.02);
|
|
15441
15712
|
color: #272833;
|
|
@@ -15443,7 +15714,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
|
|
|
15443
15714
|
}
|
|
15444
15715
|
html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus {
|
|
15445
15716
|
background-color: rgba(0, 0, 0, 0.02);
|
|
15446
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
15717
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
15447
15718
|
color: #272833;
|
|
15448
15719
|
outline: 0;
|
|
15449
15720
|
}
|
|
@@ -16112,10 +16383,10 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
|
|
|
16112
16383
|
width: 40px;
|
|
16113
16384
|
}
|
|
16114
16385
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus {
|
|
16115
|
-
box-shadow: inset 0 0 0 2px #
|
|
16386
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
16116
16387
|
}
|
|
16117
16388
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
|
|
16118
|
-
box-shadow: inset 0 0 0 2px #
|
|
16389
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
16119
16390
|
}
|
|
16120
16391
|
html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
|
|
16121
16392
|
margin-bottom: 0;
|
|
@@ -16559,6 +16830,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::befor
|
|
|
16559
16830
|
transition: none;
|
|
16560
16831
|
}
|
|
16561
16832
|
}
|
|
16833
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
|
|
16834
|
+
transition: none;
|
|
16835
|
+
}
|
|
16836
|
+
|
|
16562
16837
|
html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
|
|
16563
16838
|
background-color: #fff;
|
|
16564
16839
|
border-color: #fff;
|
|
@@ -16580,6 +16855,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after
|
|
|
16580
16855
|
transition: none;
|
|
16581
16856
|
}
|
|
16582
16857
|
}
|
|
16858
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
|
|
16859
|
+
transition: none;
|
|
16860
|
+
}
|
|
16861
|
+
|
|
16583
16862
|
html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
|
|
16584
16863
|
transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
|
|
16585
16864
|
}
|
|
@@ -16588,6 +16867,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
16588
16867
|
transition: none;
|
|
16589
16868
|
}
|
|
16590
16869
|
}
|
|
16870
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
|
|
16871
|
+
transition: none;
|
|
16872
|
+
}
|
|
16873
|
+
|
|
16591
16874
|
html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
|
|
16592
16875
|
content: attr(data-label-off);
|
|
16593
16876
|
margin-left: 56px;
|
|
@@ -16599,6 +16882,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
16599
16882
|
transition: none;
|
|
16600
16883
|
}
|
|
16601
16884
|
}
|
|
16885
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
|
|
16886
|
+
transition: none;
|
|
16887
|
+
}
|
|
16888
|
+
|
|
16602
16889
|
html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
|
|
16603
16890
|
color: #fff;
|
|
16604
16891
|
left: 4px;
|
|
@@ -16616,6 +16903,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
|
|
|
16616
16903
|
transition: none;
|
|
16617
16904
|
}
|
|
16618
16905
|
}
|
|
16906
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
|
|
16907
|
+
transition: none;
|
|
16908
|
+
}
|
|
16909
|
+
|
|
16619
16910
|
html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
|
|
16620
16911
|
left: 4px;
|
|
16621
16912
|
opacity: 0;
|
|
@@ -16630,7 +16921,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
|
|
|
16630
16921
|
opacity: 0;
|
|
16631
16922
|
}
|
|
16632
16923
|
html:not(#__):not(#___) .cadmin .toggle-switch-check:focus ~ .toggle-switch-bar::before {
|
|
16633
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
16924
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
16634
16925
|
}
|
|
16635
16926
|
html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
|
|
16636
16927
|
cursor: not-allowed;
|
|
@@ -17056,10 +17347,10 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
|
|
|
17056
17347
|
width: 24px;
|
|
17057
17348
|
}
|
|
17058
17349
|
html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus {
|
|
17059
|
-
box-shadow: inset 0 0 0 2px #
|
|
17350
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
17060
17351
|
}
|
|
17061
17352
|
html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus {
|
|
17062
|
-
box-shadow: inset 0 0 0 2px #
|
|
17353
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
17063
17354
|
}
|
|
17064
17355
|
html:not(#__):not(#___) .cadmin .treeview .custom-control {
|
|
17065
17356
|
margin-left: 4px;
|
|
@@ -17120,6 +17411,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover
|
|
|
17120
17411
|
transition: none;
|
|
17121
17412
|
}
|
|
17122
17413
|
}
|
|
17414
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover .component-expander, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover.hover .component-expander {
|
|
17415
|
+
transition: none;
|
|
17416
|
+
}
|
|
17417
|
+
|
|
17123
17418
|
html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .treeview-link:focus .component-expander, html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .treeview-link.focus .component-expander {
|
|
17124
17419
|
opacity: 1;
|
|
17125
17420
|
transition: none;
|
|
@@ -17133,6 +17428,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .comp
|
|
|
17133
17428
|
transition: none;
|
|
17134
17429
|
}
|
|
17135
17430
|
}
|
|
17431
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .component-expander {
|
|
17432
|
+
transition: none;
|
|
17433
|
+
}
|
|
17434
|
+
|
|
17136
17435
|
html:not(#__):not(#___) .cadmin .treeview .quick-action-item {
|
|
17137
17436
|
margin: 0 2px;
|
|
17138
17437
|
min-height: 0;
|
|
@@ -17161,6 +17460,25 @@ html:not(#__):not(#___) .cadmin .treeview-item {
|
|
|
17161
17460
|
overflow-wrap: break-word;
|
|
17162
17461
|
word-wrap: break-word;
|
|
17163
17462
|
}
|
|
17463
|
+
html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-top {
|
|
17464
|
+
background-color: transparent;
|
|
17465
|
+
display: block;
|
|
17466
|
+
height: 2px;
|
|
17467
|
+
margin-top: -2px;
|
|
17468
|
+
outline: none;
|
|
17469
|
+
width: 100%;
|
|
17470
|
+
}
|
|
17471
|
+
html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-bottom {
|
|
17472
|
+
background-color: transparent;
|
|
17473
|
+
display: block;
|
|
17474
|
+
height: 2px;
|
|
17475
|
+
margin-bottom: -2px;
|
|
17476
|
+
outline: none;
|
|
17477
|
+
width: 100%;
|
|
17478
|
+
}
|
|
17479
|
+
html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-over {
|
|
17480
|
+
background-color: #528eff;
|
|
17481
|
+
}
|
|
17164
17482
|
html:not(#__):not(#___) .cadmin .treeview-link {
|
|
17165
17483
|
background-color: transparent;
|
|
17166
17484
|
cursor: pointer;
|
|
@@ -17183,21 +17501,15 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
|
|
|
17183
17501
|
text-decoration: none;
|
|
17184
17502
|
}
|
|
17185
17503
|
html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus {
|
|
17186
|
-
box-shadow: inset 0 0 0 2px #
|
|
17504
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
17187
17505
|
outline: 0;
|
|
17188
17506
|
}
|
|
17189
17507
|
html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
|
|
17190
17508
|
cursor: not-allowed;
|
|
17191
17509
|
}
|
|
17192
|
-
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-bottom {
|
|
17193
|
-
box-shadow: 0 2px 0 0 #80acff;
|
|
17194
|
-
}
|
|
17195
17510
|
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
|
|
17196
17511
|
background-color: #f0f5ff;
|
|
17197
|
-
border-color: #
|
|
17198
|
-
}
|
|
17199
|
-
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-top {
|
|
17200
|
-
box-shadow: 0 -2px 0 0 #80acff;
|
|
17512
|
+
border-color: #528eff;
|
|
17201
17513
|
}
|
|
17202
17514
|
html:not(#__):not(#___) .cadmin .treeview-link.show .component-expander .component-expanded-d-none, html:not(#__):not(#___) .cadmin .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
|
|
17203
17515
|
display: none;
|
|
@@ -17219,7 +17531,7 @@ html:not(#__):not(#___) .cadmin .treeview-item-dragging .treeview-link {
|
|
|
17219
17531
|
}
|
|
17220
17532
|
html:not(#__):not(#___) .cadmin .treeview-dragging {
|
|
17221
17533
|
background-color: #fff;
|
|
17222
|
-
border-color: #
|
|
17534
|
+
border-color: #528eff;
|
|
17223
17535
|
border-radius: 3px;
|
|
17224
17536
|
border-style: solid;
|
|
17225
17537
|
border-width: 1px;
|
|
@@ -17330,13 +17642,17 @@ html:not(#__):not(#___) .cadmin .close::-ms-expand {
|
|
|
17330
17642
|
transition: none;
|
|
17331
17643
|
}
|
|
17332
17644
|
}
|
|
17645
|
+
.c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .close {
|
|
17646
|
+
transition: none;
|
|
17647
|
+
}
|
|
17648
|
+
|
|
17333
17649
|
html:not(#__):not(#___) .cadmin .close:hover {
|
|
17334
17650
|
color: #272833;
|
|
17335
17651
|
opacity: 1;
|
|
17336
17652
|
text-decoration: none;
|
|
17337
17653
|
}
|
|
17338
17654
|
html:not(#__):not(#___) .cadmin .close:focus {
|
|
17339
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
17655
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
17340
17656
|
opacity: 1;
|
|
17341
17657
|
outline: 0;
|
|
17342
17658
|
}
|
|
@@ -17351,8 +17667,8 @@ html:not(#__):not(#___) .cadmin .close .lexicon-icon {
|
|
|
17351
17667
|
margin-top: 0;
|
|
17352
17668
|
}
|
|
17353
17669
|
html:not(#__):not(#___) .cadmin .c-focus-inset:focus:not(:disabled):not(.disabled):not([disabled]), html:not(#__):not(#___) .cadmin .c-focus-inset.focus:not(:disabled):not(.disabled):not([disabled]) {
|
|
17354
|
-
box-shadow: inset 0 0 0 2px #
|
|
17355
|
-
border-color: #
|
|
17670
|
+
box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
|
|
17671
|
+
border-color: #528eff;
|
|
17356
17672
|
outline: 0;
|
|
17357
17673
|
}
|
|
17358
17674
|
html:not(#__):not(#___) .cadmin .autofit-row {
|
|
@@ -17563,7 +17879,7 @@ html:not(#__):not(#___) .cadmin .inline-scroller:focus {
|
|
|
17563
17879
|
outline: 0;
|
|
17564
17880
|
}
|
|
17565
17881
|
html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
|
|
17566
|
-
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #
|
|
17882
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
|
|
17567
17883
|
}
|
|
17568
17884
|
html:not(#__):not(#___) .cadmin .inline-item {
|
|
17569
17885
|
align-items: center;
|
|
@@ -25535,6 +25851,10 @@ html:not(#__):not(#___) .cadmin .visible {
|
|
|
25535
25851
|
html:not(#__):not(#___) .cadmin .invisible {
|
|
25536
25852
|
visibility: hidden !important;
|
|
25537
25853
|
}
|
|
25854
|
+
html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion {
|
|
25855
|
+
scroll-behavior: auto;
|
|
25856
|
+
transition: none;
|
|
25857
|
+
}
|
|
25538
25858
|
@keyframes cadmin-loading-animation-circle {
|
|
25539
25859
|
100% {
|
|
25540
25860
|
transform: rotate(360deg);
|