From 39dd42ce8e3651f3417cfb214410c6ac644bc0b7 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 23 Aug 2013 16:30:03 -0700 Subject: [PATCH] :lipstick: on popover-lists --- static/popover-list.less | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/static/popover-list.less b/static/popover-list.less index 7062f4c17..3507b4b0f 100644 --- a/static/popover-list.less +++ b/static/popover-list.less @@ -1,18 +1,12 @@ .select-list.popover-list { width: 200px; min-width: 200px; - border: 2px solid #222; - -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5); margin-left: 0; position: relative; } -.select-list.popover-list ol { +.select-list.popover-list ol.list-group { position: relative; overflow-y: scroll; max-height: 200px; } - -.select-list.popover-list ol li { - padding: 5px; -}