diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-03 20:25:14 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-03 20:25:14 -0800 |
commit | acb0bc2e9e9c7be173366f4c05f477bfdaaf8a01 (patch) | |
tree | 2e4de17abea5a0a76421cf65bda9782d2009fbee /ext/fg/css/client.css | |
parent | faf13d696c874a0c546f5c862a2567032f423d09 (diff) |
style fixes
Diffstat (limited to 'ext/fg/css/client.css')
-rw-r--r-- | ext/fg/css/client.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index 29871daf..5289392a 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -16,15 +16,16 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + iframe#yomichan-popup { - all: initial; + all: initial; background-color: #fff; - border: 1px solid #999; - box-shadow: 0 0 10px rgba(0, 0, 0, .5); - height: 250px; - position: fixed; - resize: both; - visibility: hidden; - width: 400px; - z-index: 2147483647; + border: 1px solid #999; + box-shadow: 0 0 10px rgba(0, 0, 0, .5); + height: 250px; + position: fixed; + resize: both; + visibility: hidden; + width: 400px; + z-index: 2147483647; } |