@@ -350,6 +350,18 @@ export const admin = new AdminForth({
350
350
FiltersClearAllButtonText : "alias:lightFiltersClearAllButtonBackground inverse" ,
351
351
FiltersClearAllButtonTextHover : "alias:lightFiltersClearAllButtonText darken" ,
352
352
FiltersClearAllButtonFocus : "alias:lightFiltersClearAllButtonBackground opacity:0.6" ,
353
+
354
+ ThreeDotsMenuIconBackground : "alias:lightPrimary lighten" ,
355
+ ThreeDotsMenuIconBackgroundHover : "alias:lightPrimary opacity:0.5" ,
356
+ ThreeDotsMenuIconBackgroundBorder : "alias:lightPrimary darken" ,
357
+ ThreeDotsMenuIconDots : "alias:lightThreeDotsMenuIconBackground inverse" ,
358
+ ThreeDotsMenuIconDotsHover : "alias:lightThreeDotsMenuIconDots opacity:0.3" ,
359
+ ThreeDotsMenuIconFocus : "alias:lightThreeDotsMenuIconBackground opacity:0.2" ,
360
+ ThreeDotsMenuBodyBackground : "alias:lightThreeDotsMenuIconBackground" ,
361
+ ThreeDotsMenuBodyBackgroundHover : "alias:lightThreeDotsMenuBodyBackground darken" ,
362
+ ThreeDotsMenuBodyText : "alias:lightThreeDotsMenuIconDots" ,
363
+ ThreeDotsMenuBodyTextHover : "alias:lightlightThreeDotsMenuIconDots opacity:0.8" ,
364
+
353
365
} ,
354
366
dark : {
355
367
primary : '#bd1a76' ,
@@ -529,6 +541,17 @@ export const admin = new AdminForth({
529
541
FiltersClearAllButtonText : "alias:darkFiltersClearAllButtonBackground inverse" ,
530
542
FiltersClearAllButtonTextHover : "alias:darkFiltersClearAllButtonText darken" ,
531
543
FiltersClearAllButtonFocus : "alias:darkFiltersClearAllButtonBackground opacity:0.6" ,
544
+
545
+ ThreeDotsMenuIconBackground : "alias:darkPrimary lighten" ,
546
+ ThreeDotsMenuIconBackgroundHover : "alias:darkPrimary opacity:0.5" ,
547
+ ThreeDotsMenuIconBackgroundBorder : "alias:darkPrimary darken" ,
548
+ ThreeDotsMenuIconDots : "alias:darkThreeDotsMenuIconBackground inverse" ,
549
+ ThreeDotsMenuIconDotsHover : "alias:darkThreeDotsMenuIconDots opacity:0.3" ,
550
+ ThreeDotsMenuIconFocus : "alias:darkThreeDotsMenuIconBackground opacity:0.2" ,
551
+ ThreeDotsMenuBodyBackground : "alias:darkThreeDotsMenuIconBackground" ,
552
+ ThreeDotsMenuBodyBackgroundHover : "alias:darkThreeDotsMenuBodyBackground darken" ,
553
+ ThreeDotsMenuBodyText : "alias:darkThreeDotsMenuIconDots" ,
554
+ ThreeDotsMenuBodyTextHover : "alias:darkThreeDotsMenuIconDots opacity:0.8" ,
532
555
}
533
556
}
534
557
} ,
0 commit comments