Selaa lähdekoodia

Add box shadow to the main panel

Amauri CHAMPEAUX 6 vuotta sitten
vanhempi
commit
7aab572bf4
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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
  */