commit | 5b8435cd9a7fbe57207de521b859fc0ea33c99a8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Mar 04 16:42:57 2010 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Thu Mar 04 16:54:27 2010 -0800 |
tree | 6f9e8730e3d539abf192308570d12a55c912a51c | |
parent | 80de50cab1b29aa9ec9b57848de590a6c9ff8dd2 [diff] |
Stop leaking patch controls CSS to other widgets We leaked these CSS rules onto every other widget in the UI, like the LDAP login dialog, or the search box in the top right, because the CSS rules are injected globally into the page and aren't scoped to the UiBinder instance we are creating. Change-Id: I4baf16a135bc0e976a6580c02c890853221a11ea Signed-off-by: Shawn O. Pearce <sop@google.com>