|
|
| خط ۱۱۴: |
خط ۱۱۴: |
|
| |
|
| </div> | | </div> |
|
| |
| <style>
| |
| .limited-category .categorytreeChildren li:nth-child(n+11) {
| |
| display: none !important;
| |
| }
| |
|
| |
| .categorytree {
| |
| list-style: none;
| |
| padding: 0;
| |
| margin: 0;
| |
| }
| |
|
| |
| .categorytree li {
| |
| padding: 8px 0;
| |
| border-bottom: 1px solid #f0f0f0;
| |
| }
| |
|
| |
| .categorytree li:last-child {
| |
| border-bottom: none;
| |
| }
| |
|
| |
| .categorytree a {
| |
| color: #34495e;
| |
| text-decoration: none;
| |
| transition: color 0.3s ease;
| |
| display: block;
| |
| padding: 4px 8px;
| |
| border-radius: 4px;
| |
| }
| |
|
| |
| .categorytree a:hover {
| |
| color: #3498db;
| |
| background-color: #f8f9fa;
| |
| }
| |
|
| |
| /* استایل اسکرول بار */
| |
| div[style*="max-height: 400px"]::-webkit-scrollbar {
| |
| width: 6px;
| |
| }
| |
|
| |
| div[style*="max-height: 400px"]::-webkit-scrollbar-track {
| |
| background: #f1f1f1;
| |
| border-radius: 3px;
| |
| }
| |
|
| |
| div[style*="max-height: 400px"]::-webkit-scrollbar-thumb {
| |
| background: #c1c1c1;
| |
| border-radius: 3px;
| |
| }
| |
|
| |
| div[style*="max-height: 400px"]::-webkit-scrollbar-thumb:hover {
| |
| background: #a8a8a8;
| |
| }
| |
| </style>
| |