testio-tailwind 0.8.2 → 0.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/assets/stylesheets/app.css +1 -1
- package/src/assets/stylesheets/components/buttons.css +36 -33
- package/src/assets/stylesheets/components/forms.css +3 -2
- package/src/assets/stylesheets/components/modals.css +9 -10
- package/src/assets/stylesheets/components/select.css +9 -3
- package/src/assets/stylesheets/components/select2.css +10 -11
- package/src/assets/stylesheets/components/trix_editor.css +23 -11
- package/src/pages/colors.pug +6 -12
- package/src/pages/forms/select_native.haml +1 -1
- package/src/pages/forms/trix_editor.pug +11 -0
- package/src/static/app.bundled.js +3 -3
- package/src/static/app.compiled.css +157 -75
- package/src/static/app.compiled.css.map +1 -1
- /package/src/assets/stylesheets/{designsystem-styles.css → components/designsystem/designsystem-styles.css} +0 -0
|
@@ -1898,16 +1898,6 @@ select{
|
|
|
1898
1898
|
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
|
-
.bg-petrol-500{
|
|
1902
|
-
--tw-bg-opacity: 1;
|
|
1903
|
-
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
.bg-petrol-800{
|
|
1907
|
-
--tw-bg-opacity: 1;
|
|
1908
|
-
background-color: rgb(38 51 64 / var(--tw-bg-opacity, 1));
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
1901
|
.bg-petrol-dark{
|
|
1912
1902
|
--tw-bg-opacity: 1;
|
|
1913
1903
|
background-color: rgb(38 51 64 / var(--tw-bg-opacity, 1));
|
|
@@ -3856,7 +3846,7 @@ footer.actionbar summary > .btn,
|
|
|
3856
3846
|
}
|
|
3857
3847
|
|
|
3858
3848
|
.btn,
|
|
3859
|
-
input.btn,
|
|
3849
|
+
input.btn,
|
|
3860
3850
|
input[type="submit"].btn{
|
|
3861
3851
|
display: inline-flex;
|
|
3862
3852
|
height: 40px;
|
|
@@ -3877,7 +3867,15 @@ input[type="submit"].btn{
|
|
|
3877
3867
|
color: rgb(35 106 132 / var(--tw-text-opacity, 1));
|
|
3878
3868
|
}
|
|
3879
3869
|
|
|
3880
|
-
.btn:hover,
|
|
3870
|
+
.btn:hover,
|
|
3871
|
+
.btn:focus,
|
|
3872
|
+
.btn:active,
|
|
3873
|
+
input.btn:hover,
|
|
3874
|
+
input.btn:focus,
|
|
3875
|
+
input.btn:active,
|
|
3876
|
+
input[type="submit"].btn:hover,
|
|
3877
|
+
input[type="submit"].btn:focus,
|
|
3878
|
+
input[type="submit"].btn:active{
|
|
3881
3879
|
--tw-border-opacity: 1;
|
|
3882
3880
|
border-color: rgb(33 190 244 / var(--tw-border-opacity, 1));
|
|
3883
3881
|
--tw-bg-opacity: 1;
|
|
@@ -3891,8 +3889,8 @@ input[type="submit"].btn{
|
|
|
3891
3889
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3892
3890
|
}
|
|
3893
3891
|
|
|
3894
|
-
.btn-primary,
|
|
3895
|
-
input.btn-primary,
|
|
3892
|
+
.btn-primary,
|
|
3893
|
+
input.btn-primary,
|
|
3896
3894
|
input[type="submit"].btn-primary{
|
|
3897
3895
|
--tw-bg-opacity: 1;
|
|
3898
3896
|
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
@@ -3983,7 +3981,7 @@ input[type="submit"].btn-ghost-inverted{
|
|
|
3983
3981
|
}
|
|
3984
3982
|
|
|
3985
3983
|
.btn-danger,
|
|
3986
|
-
input[type="submit"].btn-danger,
|
|
3984
|
+
input[type="submit"].btn-danger,
|
|
3987
3985
|
.btn-warning,
|
|
3988
3986
|
input[type="submit"].btn-warning{
|
|
3989
3987
|
--tw-bg-opacity: 1;
|
|
@@ -3992,7 +3990,7 @@ input[type="submit"].btn-warning{
|
|
|
3992
3990
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3993
3991
|
}
|
|
3994
3992
|
|
|
3995
|
-
.btn-success,
|
|
3993
|
+
.btn-success,
|
|
3996
3994
|
input[type="submit"].btn-success{
|
|
3997
3995
|
--tw-bg-opacity: 1;
|
|
3998
3996
|
background-color: rgb(140 189 36 / var(--tw-bg-opacity, 1));
|
|
@@ -4114,7 +4112,7 @@ input[type="submit"].btn-dashed{
|
|
|
4114
4112
|
}
|
|
4115
4113
|
|
|
4116
4114
|
.btn-intercom {
|
|
4117
|
-
box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
|
|
4115
|
+
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
|
|
4118
4116
|
}
|
|
4119
4117
|
|
|
4120
4118
|
.btn-intercom .icon-intercom::before{
|
|
@@ -4122,26 +4120,26 @@ input[type="submit"].btn-dashed{
|
|
|
4122
4120
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
4123
4121
|
}
|
|
4124
4122
|
|
|
4125
|
-
.btn:disabled,
|
|
4126
|
-
.btn[disabled],
|
|
4127
|
-
button:disabled,
|
|
4128
|
-
button[disabled],
|
|
4129
|
-
.btn.disabled,
|
|
4130
|
-
.btn-sm:disabled,
|
|
4131
|
-
.btn-sm[disabled],
|
|
4132
|
-
.btn-sm.disabled,
|
|
4133
|
-
.btn-lg-wrapper:disabled .btn-lg,
|
|
4134
|
-
.btn-lg-wrapper[disabled] .btn-lg,
|
|
4135
|
-
.btn-lg-wrapper.disabled .btn-lg,
|
|
4136
|
-
.btn-lg:disabled,
|
|
4137
|
-
.btn-lg[disabled],
|
|
4138
|
-
.btn-lg.disabled,
|
|
4139
|
-
.btn-xl:disabled,
|
|
4140
|
-
.btn-xl[disabled],
|
|
4141
|
-
.btn-xl.disabled,
|
|
4142
|
-
input[type="submit"].btn[disabled],
|
|
4143
|
-
input.btn[disabled],
|
|
4144
|
-
input.btn-sm[disabled],
|
|
4123
|
+
.btn:disabled,
|
|
4124
|
+
.btn[disabled],
|
|
4125
|
+
button:disabled,
|
|
4126
|
+
button[disabled],
|
|
4127
|
+
.btn.disabled,
|
|
4128
|
+
.btn-sm:disabled,
|
|
4129
|
+
.btn-sm[disabled],
|
|
4130
|
+
.btn-sm.disabled,
|
|
4131
|
+
.btn-lg-wrapper:disabled .btn-lg,
|
|
4132
|
+
.btn-lg-wrapper[disabled] .btn-lg,
|
|
4133
|
+
.btn-lg-wrapper.disabled .btn-lg,
|
|
4134
|
+
.btn-lg:disabled,
|
|
4135
|
+
.btn-lg[disabled],
|
|
4136
|
+
.btn-lg.disabled,
|
|
4137
|
+
.btn-xl:disabled,
|
|
4138
|
+
.btn-xl[disabled],
|
|
4139
|
+
.btn-xl.disabled,
|
|
4140
|
+
input[type="submit"].btn[disabled],
|
|
4141
|
+
input.btn[disabled],
|
|
4142
|
+
input.btn-sm[disabled],
|
|
4145
4143
|
input.btn-lg[disabled]{
|
|
4146
4144
|
cursor: not-allowed;
|
|
4147
4145
|
border-width: 1px;
|
|
@@ -4156,26 +4154,26 @@ input.btn-lg[disabled]{
|
|
|
4156
4154
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4157
4155
|
}
|
|
4158
4156
|
|
|
4159
|
-
.btn:disabled:hover,
|
|
4160
|
-
.btn[disabled]:hover,
|
|
4161
|
-
button:disabled:hover,
|
|
4162
|
-
button[disabled]:hover,
|
|
4163
|
-
.btn.disabled:hover,
|
|
4164
|
-
.btn-sm:disabled:hover,
|
|
4165
|
-
.btn-sm[disabled]:hover,
|
|
4166
|
-
.btn-sm.disabled:hover,
|
|
4167
|
-
.btn-lg-wrapper:disabled .btn-lg:hover,
|
|
4168
|
-
.btn-lg-wrapper[disabled] .btn-lg:hover,
|
|
4169
|
-
.btn-lg-wrapper.disabled .btn-lg:hover,
|
|
4170
|
-
.btn-lg:disabled:hover,
|
|
4171
|
-
.btn-lg[disabled]:hover,
|
|
4172
|
-
.btn-lg.disabled:hover,
|
|
4173
|
-
.btn-xl:disabled:hover,
|
|
4174
|
-
.btn-xl[disabled]:hover,
|
|
4175
|
-
.btn-xl.disabled:hover,
|
|
4176
|
-
input[type="submit"].btn[disabled]:hover,
|
|
4177
|
-
input.btn[disabled]:hover,
|
|
4178
|
-
input.btn-sm[disabled]:hover,
|
|
4157
|
+
.btn:disabled:hover,
|
|
4158
|
+
.btn[disabled]:hover,
|
|
4159
|
+
button:disabled:hover,
|
|
4160
|
+
button[disabled]:hover,
|
|
4161
|
+
.btn.disabled:hover,
|
|
4162
|
+
.btn-sm:disabled:hover,
|
|
4163
|
+
.btn-sm[disabled]:hover,
|
|
4164
|
+
.btn-sm.disabled:hover,
|
|
4165
|
+
.btn-lg-wrapper:disabled .btn-lg:hover,
|
|
4166
|
+
.btn-lg-wrapper[disabled] .btn-lg:hover,
|
|
4167
|
+
.btn-lg-wrapper.disabled .btn-lg:hover,
|
|
4168
|
+
.btn-lg:disabled:hover,
|
|
4169
|
+
.btn-lg[disabled]:hover,
|
|
4170
|
+
.btn-lg.disabled:hover,
|
|
4171
|
+
.btn-xl:disabled:hover,
|
|
4172
|
+
.btn-xl[disabled]:hover,
|
|
4173
|
+
.btn-xl.disabled:hover,
|
|
4174
|
+
input[type="submit"].btn[disabled]:hover,
|
|
4175
|
+
input.btn[disabled]:hover,
|
|
4176
|
+
input.btn-sm[disabled]:hover,
|
|
4179
4177
|
input.btn-lg[disabled]:hover{
|
|
4180
4178
|
background-color: transparent;
|
|
4181
4179
|
background-image: url('/assets/images/pattern-striped-bright.png');
|
|
@@ -4183,7 +4181,48 @@ input.btn-lg[disabled]:hover{
|
|
|
4183
4181
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
4184
4182
|
}
|
|
4185
4183
|
|
|
4186
|
-
.btn:disabled:hover .icon,
|
|
4184
|
+
.btn:disabled:hover .icon,
|
|
4185
|
+
.btn:disabled:focus .icon,
|
|
4186
|
+
.btn[disabled]:hover .icon,
|
|
4187
|
+
.btn[disabled]:focus .icon,
|
|
4188
|
+
button:disabled:hover .icon,
|
|
4189
|
+
button:disabled:focus .icon,
|
|
4190
|
+
button[disabled]:hover .icon,
|
|
4191
|
+
button[disabled]:focus .icon,
|
|
4192
|
+
.btn.disabled:hover .icon,
|
|
4193
|
+
.btn.disabled:focus .icon,
|
|
4194
|
+
.btn-sm:disabled:hover .icon,
|
|
4195
|
+
.btn-sm:disabled:focus .icon,
|
|
4196
|
+
.btn-sm[disabled]:hover .icon,
|
|
4197
|
+
.btn-sm[disabled]:focus .icon,
|
|
4198
|
+
.btn-sm.disabled:hover .icon,
|
|
4199
|
+
.btn-sm.disabled:focus .icon,
|
|
4200
|
+
.btn-lg-wrapper:disabled .btn-lg:hover .icon,
|
|
4201
|
+
.btn-lg-wrapper:disabled .btn-lg:focus .icon,
|
|
4202
|
+
.btn-lg-wrapper[disabled] .btn-lg:hover .icon,
|
|
4203
|
+
.btn-lg-wrapper[disabled] .btn-lg:focus .icon,
|
|
4204
|
+
.btn-lg-wrapper.disabled .btn-lg:hover .icon,
|
|
4205
|
+
.btn-lg-wrapper.disabled .btn-lg:focus .icon,
|
|
4206
|
+
.btn-lg:disabled:hover .icon,
|
|
4207
|
+
.btn-lg:disabled:focus .icon,
|
|
4208
|
+
.btn-lg[disabled]:hover .icon,
|
|
4209
|
+
.btn-lg[disabled]:focus .icon,
|
|
4210
|
+
.btn-lg.disabled:hover .icon,
|
|
4211
|
+
.btn-lg.disabled:focus .icon,
|
|
4212
|
+
.btn-xl:disabled:hover .icon,
|
|
4213
|
+
.btn-xl:disabled:focus .icon,
|
|
4214
|
+
.btn-xl[disabled]:hover .icon,
|
|
4215
|
+
.btn-xl[disabled]:focus .icon,
|
|
4216
|
+
.btn-xl.disabled:hover .icon,
|
|
4217
|
+
.btn-xl.disabled:focus .icon,
|
|
4218
|
+
input[type="submit"].btn[disabled]:hover .icon,
|
|
4219
|
+
input[type="submit"].btn[disabled]:focus .icon,
|
|
4220
|
+
input.btn[disabled]:hover .icon,
|
|
4221
|
+
input.btn[disabled]:focus .icon,
|
|
4222
|
+
input.btn-sm[disabled]:hover .icon,
|
|
4223
|
+
input.btn-sm[disabled]:focus .icon,
|
|
4224
|
+
input.btn-lg[disabled]:hover .icon,
|
|
4225
|
+
input.btn-lg[disabled]:focus .icon{
|
|
4187
4226
|
--tw-text-opacity: 1;
|
|
4188
4227
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
4189
4228
|
}
|
|
@@ -4214,6 +4253,10 @@ input.btn-lg[disabled]:hover{
|
|
|
4214
4253
|
background-image: url('/assets/images/pattern-striped-dark.png');
|
|
4215
4254
|
}
|
|
4216
4255
|
|
|
4256
|
+
button{
|
|
4257
|
+
font-weight: 600;
|
|
4258
|
+
}
|
|
4259
|
+
|
|
4217
4260
|
.btn-gray{
|
|
4218
4261
|
--tw-bg-opacity: 1;
|
|
4219
4262
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
@@ -12830,13 +12873,15 @@ a.listitem:hover .icon{
|
|
|
12830
12873
|
display: inline-block;
|
|
12831
12874
|
}
|
|
12832
12875
|
|
|
12833
|
-
.form-group .form-label
|
|
12876
|
+
.form-group .form-label,
|
|
12877
|
+
.form-group .field_with_errors{
|
|
12834
12878
|
padding-bottom: 5px;
|
|
12835
12879
|
}
|
|
12836
12880
|
|
|
12837
12881
|
@media (min-width: 768px){
|
|
12838
12882
|
|
|
12839
|
-
.form-group .form-label
|
|
12883
|
+
.form-group .form-label,
|
|
12884
|
+
.form-group .field_with_errors{
|
|
12840
12885
|
padding-top: 15px;
|
|
12841
12886
|
}
|
|
12842
12887
|
}
|
|
@@ -12877,8 +12922,9 @@ a.listitem:hover .icon{
|
|
|
12877
12922
|
|
|
12878
12923
|
.form-hint{
|
|
12879
12924
|
margin-top: 10px;
|
|
12925
|
+
margin-bottom: 10px;
|
|
12880
12926
|
display: flex;
|
|
12881
|
-
align-items:
|
|
12927
|
+
align-items: center;
|
|
12882
12928
|
font-size: 0.813rem;
|
|
12883
12929
|
line-height: 0.813rem;
|
|
12884
12930
|
}
|
|
@@ -13491,10 +13537,11 @@ textarea.form-control{
|
|
|
13491
13537
|
@media (min-width: 768px) {
|
|
13492
13538
|
|
|
13493
13539
|
.form-group.trix-editor {
|
|
13494
|
-
grid-template-areas:
|
|
13495
|
-
|
|
13540
|
+
grid-template-areas:
|
|
13541
|
+
"label trix-toolbar"
|
|
13542
|
+
"label trix-editor"
|
|
13496
13543
|
}
|
|
13497
|
-
|
|
13544
|
+
}
|
|
13498
13545
|
|
|
13499
13546
|
.trix-editor .trix-content{
|
|
13500
13547
|
margin-top: -20px;
|
|
@@ -13505,7 +13552,7 @@ textarea.form-control{
|
|
|
13505
13552
|
.trix-editor .trix-content {
|
|
13506
13553
|
grid-area: trix-editor
|
|
13507
13554
|
}
|
|
13508
|
-
|
|
13555
|
+
}
|
|
13509
13556
|
|
|
13510
13557
|
.trix-editor .form-control{
|
|
13511
13558
|
height: auto;
|
|
@@ -13528,7 +13575,7 @@ trix-toolbar{
|
|
|
13528
13575
|
trix-toolbar {
|
|
13529
13576
|
grid-area: trix-toolbar
|
|
13530
13577
|
}
|
|
13531
|
-
|
|
13578
|
+
}
|
|
13532
13579
|
|
|
13533
13580
|
trix-toolbar .trix-button-group{
|
|
13534
13581
|
position: relative;
|
|
@@ -13547,8 +13594,8 @@ trix-toolbar .trix-button-row{
|
|
|
13547
13594
|
|
|
13548
13595
|
.trix-button-row::-webkit-scrollbar {
|
|
13549
13596
|
display: none;
|
|
13550
|
-
-ms-overflow-style: none;
|
|
13551
|
-
scrollbar-width: none;
|
|
13597
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
13598
|
+
scrollbar-width: none; /* Firefox */
|
|
13552
13599
|
}
|
|
13553
13600
|
|
|
13554
13601
|
.trix-button-group.trix-button-group--history-tools{
|
|
@@ -13575,7 +13622,8 @@ trix-toolbar .trix-button{
|
|
|
13575
13622
|
|
|
13576
13623
|
/* Fix for safari bug, we don't need to show any text in those buttons */
|
|
13577
13624
|
|
|
13578
|
-
trix-toolbar .trix-button:hover,
|
|
13625
|
+
trix-toolbar .trix-button:hover,
|
|
13626
|
+
trix-toolbar .trix-button:focus{
|
|
13579
13627
|
--tw-bg-opacity: 1;
|
|
13580
13628
|
background-color: rgb(33 190 244 / var(--tw-bg-opacity, 1));
|
|
13581
13629
|
--tw-text-opacity: 1;
|
|
@@ -13788,6 +13836,19 @@ trix-editor .attachment__progress::-webkit-progress-value{
|
|
|
13788
13836
|
background-color: rgb(50 109 209 / var(--tw-bg-opacity, 1));
|
|
13789
13837
|
}
|
|
13790
13838
|
|
|
13839
|
+
/*///// Validation errors /////*/
|
|
13840
|
+
|
|
13841
|
+
.field_with_errors trix-toolbar{
|
|
13842
|
+
margin-bottom: 1.25rem;
|
|
13843
|
+
}
|
|
13844
|
+
|
|
13845
|
+
.field_with_errors .trix-content,
|
|
13846
|
+
.field_with_errors select{
|
|
13847
|
+
border-width: 1px;
|
|
13848
|
+
--tw-border-opacity: 1;
|
|
13849
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
13850
|
+
}
|
|
13851
|
+
|
|
13791
13852
|
/*///// File upload and attachments /////*/
|
|
13792
13853
|
|
|
13793
13854
|
.form-file{
|
|
@@ -15257,11 +15318,11 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15257
15318
|
position: fixed;
|
|
15258
15319
|
top: 0px;
|
|
15259
15320
|
left: 0px;
|
|
15260
|
-
z-index:
|
|
15321
|
+
z-index: 50;
|
|
15261
15322
|
height: 100vh;
|
|
15262
15323
|
width: 100vw;
|
|
15263
15324
|
content: "";
|
|
15264
|
-
background-color: rgba(0,0,0
|
|
15325
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
15265
15326
|
}
|
|
15266
15327
|
|
|
15267
15328
|
.modal-wrapper[open] .modal-container{
|
|
@@ -15269,7 +15330,6 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15269
15330
|
position: fixed;
|
|
15270
15331
|
top: 0px;
|
|
15271
15332
|
left: 0px;
|
|
15272
|
-
z-index: 20;
|
|
15273
15333
|
display: flex;
|
|
15274
15334
|
height: 100vh;
|
|
15275
15335
|
width: 100vw;
|
|
@@ -15277,6 +15337,7 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15277
15337
|
justify-content: center;
|
|
15278
15338
|
overflow-y: scroll;
|
|
15279
15339
|
padding: 50px;
|
|
15340
|
+
z-index: 51;
|
|
15280
15341
|
}
|
|
15281
15342
|
|
|
15282
15343
|
.modal-wrapper[open] .modal{
|
|
@@ -15291,7 +15352,7 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15291
15352
|
height: auto;
|
|
15292
15353
|
max-width: 100vw;
|
|
15293
15354
|
pointer-events: all;
|
|
15294
|
-
z-index:
|
|
15355
|
+
z-index: 52;
|
|
15295
15356
|
}
|
|
15296
15357
|
|
|
15297
15358
|
.modal-wrapper[open] .modal.modal-sm{
|
|
@@ -15389,7 +15450,8 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15389
15450
|
opacity: 0.25;
|
|
15390
15451
|
}
|
|
15391
15452
|
|
|
15392
|
-
.btn.disabled,
|
|
15453
|
+
.btn.disabled,
|
|
15454
|
+
:disabled.btn{
|
|
15393
15455
|
background-color: transparent;
|
|
15394
15456
|
--tw-text-opacity: 1;
|
|
15395
15457
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
@@ -17933,6 +17995,16 @@ select.select2 {
|
|
|
17933
17995
|
margin-right: 0px;
|
|
17934
17996
|
}
|
|
17935
17997
|
|
|
17998
|
+
/*///// Validation errors /////*/
|
|
17999
|
+
|
|
18000
|
+
.form-select .field_with_errors .select2-container .select2-selection,
|
|
18001
|
+
.form-select .field_with_errors .select2-container .select2-search__field{
|
|
18002
|
+
--tw-border-opacity: 1;
|
|
18003
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
18004
|
+
--tw-bg-opacity: 1;
|
|
18005
|
+
background-color: rgb(236 4 4 / var(--tw-bg-opacity, 1));
|
|
18006
|
+
}
|
|
18007
|
+
|
|
17936
18008
|
.form-select{
|
|
17937
18009
|
width: 100%;
|
|
17938
18010
|
}
|
|
@@ -18050,11 +18122,21 @@ select{
|
|
|
18050
18122
|
padding-bottom: 5px;
|
|
18051
18123
|
}
|
|
18052
18124
|
|
|
18053
|
-
.form-select-native option:hover,
|
|
18125
|
+
.form-select-native option:hover,
|
|
18126
|
+
.form-select-native option:focus{
|
|
18054
18127
|
--tw-bg-opacity: 1;
|
|
18055
18128
|
background-color: rgb(33 190 244 / var(--tw-bg-opacity, 1));
|
|
18056
18129
|
}
|
|
18057
18130
|
|
|
18131
|
+
/*///// Validation errors /////*/
|
|
18132
|
+
|
|
18133
|
+
.form-select-native .field_with_errors select{
|
|
18134
|
+
--tw-border-opacity: 1;
|
|
18135
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
18136
|
+
--tw-bg-opacity: 1;
|
|
18137
|
+
background-color: rgb(236 4 4 / var(--tw-bg-opacity, 1));
|
|
18138
|
+
}
|
|
18139
|
+
|
|
18058
18140
|
.test-header.tester{
|
|
18059
18141
|
display: grid;
|
|
18060
18142
|
--tw-bg-opacity: 1;
|