css: Adjust .controls.separated border-shadow to match Icinga DB Web's

This commit is contained in:
Johannes Meyer 2022-04-29 15:37:44 +02:00 committed by Yonas Habteab
parent 40716e7dbd
commit fd31f2d960

View File

@ -114,8 +114,7 @@ body {
.controls-separated,
.container .controls.separated {
box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.2);
// border-bottom: 1px solid @gray-lightest;
.box-shadow(0, 0, 0, 1px, @gray-lighter);
padding-bottom: @horizontal-padding / 2
}