| @@ -1028,8 +1028,19 @@ | ||
| 1028 | 1028 | .pagelayer-add-circle-folder:hover { |
| 1029 | 1029 | background-color: #3f464b !important; |
| 1030 | 1030 | } |
| 1031 | 1031 | |
| 1032 | +.pagelayer-add-circle-ai { | |
| 1033 | +background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important; | |
| 1034 | +color: #ffffff !important; | |
| 1035 | +} | |
| 1036 | + | |
| 1037 | +.pagelayer-add-circle-ai:hover { | |
| 1038 | +background: linear-gradient(135deg, #4f46e5 0%, #7c3aed) !important; | |
| 1039 | +transform: scale(1.08) !important; | |
| 1040 | +box-shadow: 0 4px 12px rgba(99, 102, 241, 0.45) !important; | |
| 1041 | +} | |
| 1042 | + | |
| 1032 | 1043 | .pagelayer-add-widget-text { |
| 1033 | 1044 | margin: 0 !important; |
| 1034 | 1045 | color: #7e8b96 !important; |
| 1035 | 1046 | font-size: 13px !important; |