diff options
author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-05 13:30:53 +0000 |
---|---|---|
committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-12-05 13:30:53 +0000 |
commit | b7884e618a8004342df1fc553008eca710e1855c (patch) | |
tree | 78efdff89dfc6373ff3d2f3a48400a98d1763582 /frontends/php/styles | |
parent | 597d863e85e6bf0bece5db8734f093696ac55e10 (diff) | |
download | zabbix-b7884e618a8004342df1fc553008eca710e1855c.tar.gz zabbix-b7884e618a8004342df1fc553008eca710e1855c.tar.xz zabbix-b7884e618a8004342df1fc553008eca710e1855c.zip |
- [ZBX-195,DEV-52] fixes for sysmaps (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5135 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r-- | frontends/php/styles/sbox.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/styles/sbox.css b/frontends/php/styles/sbox.css index d312993b..52472974 100644 --- a/frontends/php/styles/sbox.css +++ b/frontends/php/styles/sbox.css @@ -6,6 +6,7 @@ div#selection_box{ filter:alpha(opacity=40); -moz-opacity:.40; + -khtml-opacity: 0.4; opacity:.40; background-color:#0000FF; border:1px black solid; |