##// END OF EJS Templates
Add shadow to pager handle
Jonathan Frederic -
Show More
@@ -49,6 +49,11 b' div#pager {'
49 border-top: 1px solid @light_border_color;
49 border-top: 1px solid @light_border_color;
50 border-bottom: 1px solid @light_border_color;
50 border-bottom: 1px solid @light_border_color;
51
51
52 /* Similar to the notebook header's shadow, but not
53 exactly the same. The settings had to be adjusted
54 to get the shadow to show. */
55 .box-shadow(1px 4px 9px -4px rgba(0, 0, 0, 0.25));
56
52 /* This injects handle bars (a short, wide = symbol) for
57 /* This injects handle bars (a short, wide = symbol) for
53 the resize handle. */
58 the resize handle. */
54 &::after {
59 &::after {
General Comments 0
You need to be logged in to leave comments. Login now