@@ -881,6 +881,25 @@ iframe {
881
881
margin : 0 ;
882
882
}
883
883
884
+ /* Support message
885
+ ========================================================================== */
886
+
887
+ # support-message {
888
+ display : flex;
889
+ justify-content : center;
890
+ background-color : # dddddd ;
891
+ padding : 4px 4px ;
892
+ font-size : 15px ;
893
+ }
894
+ # support-message span {
895
+ text-align : center;
896
+ padding-left : 20px ;
897
+ padding-right : 20px ;
898
+ }
899
+ # support-message span a {
900
+ color : # 222 ;
901
+ }
902
+
884
903
885
904
/* Global Nav
886
905
========================================================================== */
@@ -1236,10 +1255,11 @@ nav#main li.current a {
1236
1255
font-family : "Lucida Grande" , Lucida, Verdana, sans-serif;
1237
1256
}
1238
1257
1239
- . tsmb-form {
1258
+ typesense-minibar {
1240
1259
--tsmb-size-radius : 5px ;
1241
1260
--tsmb-size-base : 12px ;
1242
1261
--tsmb-size-sm : 0.8rem ;
1262
+ --tsmb-size-listbox-right : 0 ;
1243
1263
--tsmb-color-base-background : var (--tsmb-color-primary50 );
1244
1264
--tsmb-color-base30 : # fff ;
1245
1265
--tsmb-color-base50 : var (--tsmb-color-primary90 );
@@ -1251,32 +1271,29 @@ nav#main li.current a {
1251
1271
--tsmb-color-primary50 : # 0769ad ; /* jQuery Primary Blue */
1252
1272
--tsmb-color-primary90 : # b4efff ; /* oklch(0.92 0.07 228) hue=228 of #7ACEF4 (jQuery Secondary Blue) */
1253
1273
}
1254
- .jquery-ui . tsmb-form {
1274
+ .jquery-ui typesense-minibar {
1255
1275
--tsmb-color-primary50 : # b24926 ; /* jQuery UI Secondary Orange */
1256
1276
--tsmb-color-primary90 : # ffddb2 ; /* = #b4efff + oklch(hue=70) of #FAA523 (jQuery UI Primary Orange) */
1257
1277
}
1258
- .jquery-mobile . tsmb-form {
1278
+ .jquery-mobile typesense-minibar {
1259
1279
--tsmb-color-primary50 : # 108040 ; /* jQuery Mobile Secondary Green */
1260
1280
--tsmb-color-primary90 : # c9f2c8 ; /* = #b4efff + oklch(hue=144) of #3EB249 (jQuery UI Primary Orange) */
1261
1281
}
1262
- .jquery-foundation . tsmb-form {
1282
+ .jquery-foundation typesense-minibar {
1263
1283
--tsmb-color-primary50 : # 333 ; /* jQuery Black */
1264
1284
--tsmb-color-primary90 : # ccc ;
1265
1285
}
1266
- .jquery-learn . tsmb-form {
1286
+ .jquery-learn typesense-minibar {
1267
1287
--tsmb-color-primary50 : # 222 ;
1268
1288
--tsmb-color-primary90 : # ccc ;
1269
1289
}
1270
- . tsmb- form: not (: focus-within )::before {
1290
+ typesense-minibar form : not (: focus-within )::before {
1271
1291
filter : invert ();
1272
1292
}
1273
- . tsmb-form input [type = search ] {
1293
+ typesense-minibar input [type = search ] {
1274
1294
border-width : 0 ;
1275
1295
}
1276
- .tsmb-form [role = "listbox" ] {
1277
- right : 0 ;
1278
- }
1279
- .tsmb-form [role = "option" ] mark {
1296
+ typesense-minibar [role = "option" ] mark {
1280
1297
border-bottom : 2px solid var (--tsmb-color-primary90 );
1281
1298
}
1282
1299
0 commit comments