@@ -207,6 +207,10 @@ a, img {
207207 display : none !important ;
208208}
209209
210+ .forced-inVisible {
211+ visibility : hidden !important ;
212+ }
213+
210214.busyCursor {
211215 cursor : wait !important ;
212216}
@@ -2728,3 +2732,171 @@ label input {
27282732.notification-dialog-content a {
27292733 color : #00ccff ;
27302734}
2735+
2736+ .github-stars-button {
2737+ .starContainer {
2738+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2739+ --fa-font-brands : normal 400 1em / 1 " Font Awesome 6 Brands" ;
2740+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2741+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2742+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2743+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2744+ Helvetica , Arial , sans-serif ;
2745+ display : inline-flex ;
2746+ height : 14px ;
2747+ padding : 2px 5px ;
2748+ font-size : 11px ;
2749+ font-weight : 600 ;
2750+ line-height : 14px ;
2751+ vertical-align : bottom ;
2752+ cursor : pointer ;
2753+ user-select : none ;
2754+ background-repeat : repeat-x ;
2755+ background-position : -1px -1px ;
2756+ background-size : 110% 110% ;
2757+ color : #24292f ;
2758+ background-color : #ebf0f4 ;
2759+ border : 1px solid rgba (27 , 31 , 36 , .15 );
2760+ background-image : linear-gradient (180deg , #e5e9e9 , #e5e9e9 90% );
2761+ border-radius : 0.25em 0 0 0.25em ;
2762+ }
2763+ .starContainer :hover {
2764+ color : darkgoldenrod ;
2765+ }
2766+ .star {
2767+ margin-right : 4px ;
2768+ margin-top : 1px ;
2769+ }
2770+ .count {
2771+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2772+ --fa-font-brands : normal 400 1em / 1 " Font Awesome 6 Brands" ;
2773+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2774+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2775+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2776+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2777+ Helvetica , Arial , sans-serif ;
2778+ display : inline-flex ;
2779+ height : 14px ;
2780+ padding : 2px 5px ;
2781+ font-size : 11px ;
2782+ font-weight : 600 ;
2783+ line-height : 14px ;
2784+ vertical-align : bottom ;
2785+ cursor : pointer ;
2786+ user-select : none ;
2787+ background-repeat : repeat-x ;
2788+ background-position : -1px -1px ;
2789+ background-size : 110% 110% ;
2790+ border-radius : 0 0.25em 0.44em 0 ;
2791+ color : #24292f ;
2792+ background-color : #e5e9e9 ;
2793+ border : 1px solid rgba (27 , 31 , 36 , .15 );
2794+ border-left-width : 0 ;
2795+ }
2796+ .count :hover {
2797+ color : darkgoldenrod ;
2798+ }
2799+ .parent {
2800+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2801+ --fa-font-brands : normal 400 -2em / 1 " Font Awesome 6 Brands" ;
2802+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2803+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2804+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2805+ display : inline-block ;
2806+ overflow : hidden ;
2807+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2808+ Helvetica , Arial , sans-serif ;
2809+ font-size : 0 ;
2810+ line-height : 0 ;
2811+ white-space : nowrap ;
2812+ }
2813+
2814+ .dark & {
2815+ .starContainer {
2816+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2817+ --fa-font-brands : normal 400 1em / 1 " Font Awesome 6 Brands" ;
2818+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2819+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2820+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2821+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2822+ Helvetica , Arial , sans-serif ;
2823+ white-space : nowrap ;
2824+ text-decoration : none ;
2825+ outline : 0 ;
2826+ position : relative ;
2827+ display : inline-flex ;
2828+ height : 14px ;
2829+ padding : 2px 5px ;
2830+ font-size : 11px ;
2831+ font-weight : 600 ;
2832+ line-height : 14px ;
2833+ vertical-align : bottom ;
2834+ cursor : pointer ;
2835+ user-select : none ;
2836+ background-repeat : repeat-x ;
2837+ background-position : -1px -1px ;
2838+ background-size : 110% 110% ;
2839+ border : 1px solid ;
2840+ color : #c9d1d9 ;
2841+ background-color : #0d1117 ;
2842+ border-color : rgba (240 , 246 , 252 , 0.1 );
2843+ background-image : linear-gradient (180deg , #333 , #333 90% );
2844+ border-radius : 0.25em 0 0 0.25em ;
2845+ }
2846+ .starContainer :hover {
2847+ color : darkgoldenrod ;
2848+ }
2849+ .star {
2850+ margin-right : 4px ;
2851+ margin-top : 1px ;
2852+ }
2853+ .count {
2854+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2855+ --fa-font-brands : normal 400 1em / 1 " Font Awesome 6 Brands" ;
2856+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2857+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2858+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2859+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2860+ Helvetica , Arial , sans-serif ;
2861+ white-space : nowrap ;
2862+ text-decoration : none ;
2863+ outline : 0 ;
2864+ position : relative ;
2865+ display : inline-flex ;
2866+ height : 14px ;
2867+ padding : 2px 5px ;
2868+ font-size : 11px ;
2869+ font-weight : 600 ;
2870+ line-height : 14px ;
2871+ vertical-align : bottom ;
2872+ cursor : pointer ;
2873+ user-select : none ;
2874+ background-repeat : repeat-x ;
2875+ background-position : -1px -1px ;
2876+ background-size : 110% 110% ;
2877+ border : 1px solid ;
2878+ border-left : 0 ;
2879+ border-radius : 0 0.25em 0.44em 0 ;
2880+ color : #c9d1d9 ;
2881+ background-color : #333 ;
2882+ border-color : rgba (240 , 246 , 252 , 0.1 );
2883+ }
2884+ .count :hover {
2885+ color : darkgoldenrod ;
2886+ }
2887+ .parent {
2888+ --fa-style-family-brands : " Font Awesome 6 Brands" ;
2889+ --fa-font-brands : normal 400 -2em / 1 " Font Awesome 6 Brands" ;
2890+ --fa-font-regular : normal 400 1em / 1 " Font Awesome 6 Free" ;
2891+ --fa-style-family-classic : " Font Awesome 6 Free" ;
2892+ --fa-font-solid : normal 900 1em / 1 " Font Awesome 6 Free" ;
2893+ display : inline-block ;
2894+ overflow : hidden ;
2895+ font-family : -apple-system , BlinkMacSystemFont, Segoe UI,
2896+ Helvetica , Arial , sans-serif ;
2897+ font-size : 0 ;
2898+ line-height : 0 ;
2899+ white-space : nowrap ;
2900+ }
2901+ }
2902+ }
0 commit comments