diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-23 16:09:40 +0200 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-10-23 16:09:40 +0200 |
commit | 5e210d200da991a8d573321b59ffa20f30eca24d (patch) | |
tree | f52d045f25abf4fcd83a1eb4b145effde033a3b1 /mediagoblin/themes | |
parent | a04bbd9deaf5abbdf941e18b2d0936e6dec3de35 (diff) | |
download | mediagoblin-5e210d200da991a8d573321b59ffa20f30eca24d.tar.lz mediagoblin-5e210d200da991a8d573321b59ffa20f30eca24d.tar.xz mediagoblin-5e210d200da991a8d573321b59ffa20f30eca24d.zip |
Remove obsolete dropdown styling
Diffstat (limited to 'mediagoblin/themes')
-rw-r--r-- | mediagoblin/themes/airy/assets/css/airy.css | 10 |
1 files changed, 0 insertions, 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"); } |