[extensions-web] css: Hide the file input forms again



commit ba97574ee9a0edf66bc268564590c7439925b544
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jun 3 03:24:53 2012 -0400

    css: Hide the file input forms again

 sweettooth/static/css/sweettooth.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 7a3dc4b..aea9703 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -388,7 +388,7 @@ li.extension:last-child {
     text-align: center;
 }
 
-.extension .upload input {
+.extension .upload + input {
     /* Hack: WebKit doesn't pop up the uploader
      * for invisible input fields, so just stuff
      * it off-screen.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]