@@ -1796,21 +1796,24 @@ table.table tbody td,
17961796
17971797.info-page .stat-action {
17981798 width : 100% ;
1799+ display : flex;
1800+ gap : 0.5rem ;
17991801}
18001802
18011803.info-page .stat-action .btn {
1802- width : 100 % ;
1803- padding : 0.75rem 1.25 rem ;
1804+ flex : 1 ;
1805+ padding : 0.75rem 1 rem ;
18041806 font-weight : 600 ;
1805- font-size : 0.9 rem ;
1807+ font-size : 0.85 rem ;
18061808 display : flex;
18071809 align-items : center;
18081810 justify-content : center;
1809- gap : 0.5 rem ;
1811+ gap : 0.4 rem ;
18101812 border-radius : 0.625rem ;
18111813 transition : all 0.25s ease;
18121814 border : none;
18131815 cursor : pointer;
1816+ white-space : nowrap;
18141817}
18151818
18161819.info-page .stat-action .btn : hover {
@@ -1860,6 +1863,29 @@ table.table tbody td,
18601863 color : # 3b82f6 !important ;
18611864}
18621865
1866+ /* Outline secondary button - Open Folder style */
1867+ .info-page .stat-action .btn-outline-secondary {
1868+ background : transparent !important ;
1869+ color : # 6b7280 !important ;
1870+ border : 2px solid # d1d5db !important ;
1871+ box-shadow : none;
1872+ }
1873+
1874+ .info-page .stat-action .btn-outline-secondary : hover {
1875+ background : # f3f4f6 !important ;
1876+ color : # 374151 !important ;
1877+ border-color : # 9ca3af !important ;
1878+ box-shadow : 0 4px 12px rgba (0 , 0 , 0 , 0.1 );
1879+ }
1880+
1881+ .info-page .stat-action .btn-outline-secondary i {
1882+ color : # 6b7280 !important ;
1883+ }
1884+
1885+ .info-page .stat-action .btn-outline-secondary : hover i {
1886+ color : # 374151 !important ;
1887+ }
1888+
18631889/* Chart section */
18641890.info-page .chart-section {
18651891 background : # ffffff !important ;
0 commit comments