소스 검색

Visual effect on button

Amauri CHAMPEAUX 6 년 전
부모
커밋
e7af3c67fa
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      css/tarteaucitron.css

+ 6 - 0
css/tarteaucitron.css

@@ -668,3 +668,9 @@ div.amazon_product {
     height:240px;
     width:120px;
 }
+
+.tarteaucitronIsAllowed .tarteaucitronDeny {
+    opacity: 0.5;
+}.tarteaucitronIsDenied .tarteaucitronAllow {
+    opacity: 0.5;
+}