PluginProbe
wpForo Forum / 3.2.1
wpForo Forum v3.2.1
3.2.1 3.2.0 3.1.7 3.1.6 3.1.5 3.1.4 3.1.2 3.1.1 3.1.0 3.0.9 3.0.8 3.0.7 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.10 All 141 releases
← All changes | themes/2022/style-rtl.css +6 -0 3.1.1 → 3.2.1 View file →
@@ -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;}