diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-23 21:24:45 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-23 21:24:45 -0700 |
commit | 659bb87a59c2f53e8144998fe1d3067526a83897 (patch) | |
tree | f7f449c4cd26be0cab8317741379076faeea68be /ext/fg/css | |
parent | c8d0ef50046dde2e3214a242674dff3c6dbf2a45 (diff) |
Mostly working
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index 16079a42..aefc2187 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -16,7 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -iframe.yomichan-popup { +iframe#yomichan-popup { all: initial; border: 1px solid #999; box-shadow: 0 0 10px rgba(0, 0, 0, .5); |