mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-66109 css: Drop use of filter:alpha(opacity)
This CSS statement was an MS-only rule which was never accepted, and which was abonded some time before IE 10. It has no effect in supported browsers and can be safely replace with `opacity: [0.0-1.0]`.
This commit is contained in:
parent
f879cc518e
commit
1152df3ec4
@ -26,7 +26,7 @@
|
||||
font-weight: 100;
|
||||
line-height: 1;
|
||||
color: #a2a2a2;
|
||||
filter: alpha(opacity=20);
|
||||
opacity: 0.2;
|
||||
position: absolute;
|
||||
font-family: helvetica, arial, verdana, sans-serif;
|
||||
top: 0;
|
||||
|
@ -109,7 +109,6 @@ form.mform fieldset#id_previewareaheader div.markertexts span.markertext {
|
||||
border: 2px solid khaki;
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
filter: alpha(opacity=60);
|
||||
opacity: 0.6;
|
||||
margin: 5px;
|
||||
display: inline-block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user