Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc2041
)
themes MDL-23607 Fixed opacity issue with Internet explorer and hidden blocks
author
Sam Hemelryk
<sam@moodle.com>
Mon, 2 Aug 2010 05:57:45 +0000
(
05:57
+0000)
committer
Sam Hemelryk
<sam@moodle.com>
Mon, 2 Aug 2010 05:57:45 +0000
(
05:57
+0000)
theme/base/style/blocks.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/blocks.css
b/theme/base/style/blocks.css
index
f2b2d8b
..
debabcd
100644
(file)
--- a/
theme/base/style/blocks.css
+++ b/
theme/base/style/blocks.css
@@
-13,7
+13,7
@@
.block-region .hidden .header {border-bottom: 1px solid;}
.block-region .hidden .content {display: none;}
-.block-region .invisible {opacity: 0.5;filter: alpha(opacity=
0.5
);}
+.block-region .invisible {opacity: 0.5;filter: alpha(opacity=
50
);}
.blockmovetarget {display: block;height: 1em;margin-bottom: 1em;border-width: 2px;border-style: dashed;}