| @@ -2895,4 +2895,10 @@ | ||
| 2895 | 2895 | #wpforo #wpforo-wrap .wpf-ai-chat-msg-content .wpf-ai-chat-reference a{text-decoration: none;} |
| 2896 | 2896 | #wpforo #wpforo-wrap .wpf-ai-chat-msg-content .wpf-ai-chat-reference svg{fill: transparent} |
| 2897 | 2897 | #wpforo #wpforo-wrap .wpf-ai-chat-msg-content .wpf-ai-chat-kb-ref span{background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; padding: 1px 4px; border-radius: 3px; font-size: 10px; cursor: help;} |
| 2898 | 2898 | #wpforo #wpforo-wrap .wpf-ai-chat-msg-content .wpf-ai-chat-kb-ref svg{stroke: #fff;} |
| 2899 | + | |
| 2900 | +/* Tag sort controls (Frequency / A-Z / Z-A) - layout only; colors in styles/matrix.css */ | |
| 2901 | +#wpforo #wpforo-wrap .wpf-tags-sort{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:6px;margin:12px 0;} | |
| 2902 | +#wpforo #wpforo-wrap .wpf-tags-sort .wpf-tags-sort__label{font-size:13px;} | |
| 2903 | +#wpforo #wpforo-wrap .wpf-tags-sort a{display:inline-flex;align-items:center;gap:6px;line-height:1;padding:8px 12px;border:1px solid;border-radius:4px;font-size:13px;text-decoration:none;transition:background .15s,border-color .15s,color .15s;} | |
| 2904 | +#wpforo #wpforo-wrap .wpf-tags-sort a svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block;} | |