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