From 08ef153bbf4ad69a9fc497486c74a20e5c815cc4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 25 Sep 2012 16:03:31 +0200 Subject: [PATCH] remove dropdown arrow --- couchpotato/static/style/main.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 183374b9..e187593e 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -376,22 +376,12 @@ body > .spinner, .mask{ font-weight: bold; } - .select .list:before { - content: ' '; - height: 0; - position: absolute; - width: 0; - border: 6px solid transparent; - border-bottom-color: #282d34; - margin: -11px 0 0 70px; - } - .select .list { display: none; background: #282d34; border: 1px solid #1f242b; position: absolute; - margin: 30px 0 0 0; + margin: 28px 0 0 0; box-shadow: 0 20px 20px -10px rgba(0,0,0,0.4); border-radius:3px; z-index: 3;