Tạo hiệu ứng cho bảng màu chữ trong Xenforo

PVS

Super Moderator
Thành viên BQT
Tham gia
28/02/2015
Bài viết
17,142
Được Like
12,745
Để thực hiện, các bạn chỉ cần chèn đoạn sau vào Extra.css

Mã:
.redactor_color_link:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(2,2);
  -ms-transform: scale(2,2); /* IE 9 */
  -webkit-transform: scale(2,2); /* Safari and Chrome */}

1.png

Chúc các bạn thảnh công.


Nguồn: gocict.org​
 

Top Bottom