From ce22026707c052e876d2d25646af06cb3ac3c6de 2014-12-11 00:51:02 From: Jonathan Frederic Date: 2014-12-11 00:51:02 Subject: [PATCH] Add shadow to pager handle --- diff --git a/IPython/html/static/notebook/less/pager.less b/IPython/html/static/notebook/less/pager.less index 4c1b25e..f15b62d 100644 --- a/IPython/html/static/notebook/less/pager.less +++ b/IPython/html/static/notebook/less/pager.less @@ -49,6 +49,11 @@ div#pager { border-top: 1px solid @light_border_color; border-bottom: 1px solid @light_border_color; + /* Similar to the notebook header's shadow, but not + exactly the same. The settings had to be adjusted + to get the shadow to show. */ + .box-shadow(1px 4px 9px -4px rgba(0, 0, 0, 0.25)); + /* This injects handle bars (a short, wide = symbol) for the resize handle. */ &::after {