Explorar el Código

Add box shadow to the main panel

Amauri CHAMPEAUX hace 6 años
padre
commit
7aab572bf4
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
  */