@@ -1236,7 +1236,7 @@ nav#main li.current a {
1236
1236
font-family : "Lucida Grande" , Lucida, Verdana, sans-serif;
1237
1237
}
1238
1238
1239
- . tsmb-form {
1239
+ typesense-minibar {
1240
1240
--tsmb-size-radius : 5px ;
1241
1241
--tsmb-size-base : 12px ;
1242
1242
--tsmb-size-sm : 0.8rem ;
@@ -1252,29 +1252,29 @@ nav#main li.current a {
1252
1252
--tsmb-color-primary50 : # 0769ad ; /* jQuery Primary Blue */
1253
1253
--tsmb-color-primary90 : # b4efff ; /* oklch(0.92 0.07 228) hue=228 of #7ACEF4 (jQuery Secondary Blue) */
1254
1254
}
1255
- .jquery-ui . tsmb-form {
1255
+ .jquery-ui typesense-minibar {
1256
1256
--tsmb-color-primary50 : # b24926 ; /* jQuery UI Secondary Orange */
1257
1257
--tsmb-color-primary90 : # ffddb2 ; /* = #b4efff + oklch(hue=70) of #FAA523 (jQuery UI Primary Orange) */
1258
1258
}
1259
- .jquery-mobile . tsmb-form {
1259
+ .jquery-mobile typesense-minibar {
1260
1260
--tsmb-color-primary50 : # 108040 ; /* jQuery Mobile Secondary Green */
1261
1261
--tsmb-color-primary90 : # c9f2c8 ; /* = #b4efff + oklch(hue=144) of #3EB249 (jQuery UI Primary Orange) */
1262
1262
}
1263
- .jquery-foundation . tsmb-form {
1263
+ .jquery-foundation typesense-minibar {
1264
1264
--tsmb-color-primary50 : # 333 ; /* jQuery Black */
1265
1265
--tsmb-color-primary90 : # ccc ;
1266
1266
}
1267
- .jquery-learn . tsmb-form {
1267
+ .jquery-learn typesense-minibar {
1268
1268
--tsmb-color-primary50 : # 222 ;
1269
1269
--tsmb-color-primary90 : # ccc ;
1270
1270
}
1271
- . tsmb- form: not (: focus-within )::before {
1271
+ typesense-minibar form : not (: focus-within )::before {
1272
1272
filter : invert ();
1273
1273
}
1274
- . tsmb-form input [type = search ] {
1274
+ typesense-minibar input [type = search ] {
1275
1275
border-width : 0 ;
1276
1276
}
1277
- . tsmb-form [role = "option" ] mark {
1277
+ typesense-minibar [role = "option" ] mark {
1278
1278
border-bottom : 2px solid var (--tsmb-color-primary90 );
1279
1279
}
1280
1280
0 commit comments