Small improvements to the wizard

This commit is contained in:
tidusjar 2016-08-11 09:00:35 +01:00
commit d6c2956ee7
5 changed files with 52 additions and 54 deletions

View file

@ -336,3 +336,8 @@ label {
.tooltip_templates {
display: none; }
.shadow {
-moz-box-shadow: 3px 3px 5px 6px #191919;
-webkit-box-shadow: 3px 3px 5px 6px #191919;
box-shadow: 3px 3px 5px 6px #191919; }