瀏覽代碼

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
  */