better autohide css

This commit is contained in:
James Campos 2011-05-07 17:50:05 -07:00
parent 1b7d35cb04
commit a518cef342
2 changed files with 6 additions and 11 deletions

View File

@ -7,7 +7,6 @@
// @license MIT; http://en.wikipedia.org/wiki/Mit_license // @license MIT; http://en.wikipedia.org/wiki/Mit_license
// @include http://boards.4chan.org/* // @include http://boards.4chan.org/*
// @include http://sys.4chan.org/* // @include http://sys.4chan.org/*
// @include file://*
// @updateURL http://userscripts.org/scripts/source/51412.meta.js // @updateURL http://userscripts.org/scripts/source/51412.meta.js
// ==/UserScript== // ==/UserScript==
@ -2282,9 +2281,6 @@
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
display: none;\ display: none;\
}\ }\
#qr {\
width: 302px;\
}\
#qr form, #qr #com_submit, #qr input[type="file"] {\ #qr form, #qr #com_submit, #qr input[type="file"] {\
margin: 0;\ margin: 0;\
}\ }\
@ -2295,8 +2291,9 @@
#qr *:not(input):not(textarea) {\ #qr *:not(input):not(textarea) {\
padding: 0 !important;\ padding: 0 !important;\
}\ }\
#qr.auto:not(:hover) form {\ #qr.auto:not(:hover) > form {\
display: none;\ height: 0px;\
overflow: hidden;\
}\ }\
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */\
#qr input:-webkit-input-placeholder {\ #qr input:-webkit-input-placeholder {\

View File

@ -1804,9 +1804,6 @@ main =
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
display: none; display: none;
} }
#qr {
width: 302px;
}
#qr form, #qr #com_submit, #qr input[type="file"] { #qr form, #qr #com_submit, #qr input[type="file"] {
margin: 0; margin: 0;
} }
@ -1817,8 +1814,9 @@ main =
#qr *:not(input):not(textarea) { #qr *:not(input):not(textarea) {
padding: 0 !important; padding: 0 !important;
} }
#qr.auto:not(:hover) form { #qr.auto:not(:hover) > form {
display: none; height: 0px;
overflow: hidden;
} }
/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */ /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
#qr input:-webkit-input-placeholder { #qr input:-webkit-input-placeholder {