From 5e210d200da991a8d573321b59ffa20f30eca24d Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Tue, 23 Oct 2012 16:09:40 +0200 Subject: [PATCH] Remove obsolete dropdown styling --- mediagoblin/themes/airy/assets/css/airy.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mediagoblin/themes/airy/assets/css/airy.css b/mediagoblin/themes/airy/assets/css/airy.css index 6143b6e1..f3d11171 100644 --- a/mediagoblin/themes/airy/assets/css/airy.css +++ b/mediagoblin/themes/airy/assets/css/airy.css @@ -73,16 +73,6 @@ input, textarea { color: #4a4a4a; } -.dropdown { - color: #4a4a4a; - border: 1px solid #e4e4e4; - background-color: #fff; -} - -.dropdown_items { - background-color: #fff; -} - .empty_space { background-image: url("../images/empty_dots.png"); }