소스 검색

Add box shadow to the main panel

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

+ 4 - 0
css/tarteaucitron.css

@@ -66,6 +66,10 @@ div#tarteaucitronServices {
   outline: 0px solid slategrey;
 }
 
+div#tarteaucitronServices {
+    box-shadow: 0 0 35px #575757;
+}
+
 /***
  * Responsive layout for the control panel
  */