Add box shadow to the main panel
This commit is contained in:
parent
98392f2f40
commit
7aab572bf4
|
|
@ -66,6 +66,10 @@ div#tarteaucitronServices {
|
||||||
outline: 0px solid slategrey;
|
outline: 0px solid slategrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#tarteaucitronServices {
|
||||||
|
box-shadow: 0 0 35px #575757;
|
||||||
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* Responsive layout for the control panel
|
* Responsive layout for the control panel
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue