From a04664c4188053bfe6a03f91f533ff988fe63e50 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 24 Sep 2014 16:03:23 +0200 Subject: [PATCH] fix bootstrap dropdowns --- app/assets/stylesheets/zzz.css.erb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index e70fd13ff..d392ab2bd 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -3238,6 +3238,21 @@ footer { box-shadow: none; } + .dropdown-menu > li > a { + height: 40px; + line-height: 39px; + color: white; + } + + .dropdown-menu > li > a:hover { + color: white; + background: hsl(205,90%,60%); + } + + .dropdown.actions li { + padding: 0; + } + .recipientList, .recipientList-organisationMembers { list-style: none;