@@ -2933,4 +2933,40 @@ main[class*='docMainContainer_'] {
29332933.menu--responsive ,
29342934div [class *= 'sidebarViewport_' ] {
29352935 z-index : 9999 !important ;
2936+ }
2937+
2938+ /* Leaderboard Pagination Button Icon Visibility Fix */
2939+ .pagination-btn {
2940+ display : flex !important ;
2941+ align-items : center !important ;
2942+ justify-content : center !important ;
2943+ width : 40px !important ;
2944+ height : 40px !important ;
2945+ border : 1px solid var (--ifm-color-emphasis-300 ) !important ;
2946+ background : var (--ifm-background-surface-color ) !important ;
2947+ border-radius : 8px !important ;
2948+ cursor : pointer !important ;
2949+ transition : all 0.2s ease !important ;
2950+ color : var (--ifm-color-primary ) !important ;
2951+ padding : 0 !important ;
2952+ }
2953+
2954+ .pagination-btn svg {
2955+ stroke : currentColor !important ;
2956+ fill : none !important ;
2957+ stroke-width : 2px !important ;
2958+ width : 20px !important ;
2959+ height : 20px !important ;
2960+ display : block !important ;
2961+ }
2962+
2963+ .pagination-btn : hover : not (.disabled ) {
2964+ background : var (--ifm-color-primary ) !important ;
2965+ color : white !important ;
2966+ border-color : var (--ifm-color-primary ) !important ;
2967+ }
2968+
2969+ .pagination-btn .disabled {
2970+ opacity : 0.4 !important ;
2971+ cursor : not-allowed !important ;
29362972}
0 commit comments