Tweak panel highlight style

Increase the width of the border for hightlighted panels.
Add a hover shadow to selectable panels.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2018-12-26 17:30:10 -04:00
parent eeceb52c06
commit 8d3f26bd7f

View File

@@ -477,8 +477,12 @@ body {
}
.panel-highlighted {
border: 2px solid #18bc9c;
box-shadow: 10px 10px 20px #000000;
border: 3px solid #18bc9c;
}
.panel-item:hover {
box-shadow: 0px 0px 10px #000000;
}
.td-container-thumbnail {