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;