From 6b12a0babcd89779d2ea22e576b9d7691ba2d0f4 Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Fri, 31 Jan 2014 23:09:24 +0100 Subject: [PATCH] The db selection select box is now readable in firefox --- js/apps/system/aardvark/frontend/css/dbSelectionView.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/apps/system/aardvark/frontend/css/dbSelectionView.css b/js/apps/system/aardvark/frontend/css/dbSelectionView.css index 91e057b929..671718fa89 100644 --- a/js/apps/system/aardvark/frontend/css/dbSelectionView.css +++ b/js/apps/system/aardvark/frontend/css/dbSelectionView.css @@ -1,8 +1,8 @@ span.selectDB > select { line-height: 20px; - height: 20px; + height: 30px; width: 150px; - margin: -3px 0px 2px 0px; + margin: -5px 0px; border-radius: 0px !important; border: 1px solid; }