Merge pull request #585 from vector-im/matthew/dynamic-svg
Make SVGs and CSS dynamically recolourable
This commit is contained in:
commit
d2635373f0
18 changed files with 130 additions and 55 deletions
|
@ -25,6 +25,7 @@ limitations under the License.
|
|||
.mx_MImageBody_download {
|
||||
color: #76cfa6;
|
||||
cursor: pointer;
|
||||
margin-left: -16px;
|
||||
}
|
||||
|
||||
.mx_MImageBody_download a {
|
||||
|
@ -32,6 +33,9 @@ limitations under the License.
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mx_MImageBody_download img {
|
||||
padding-right: 8px;
|
||||
.mx_MImageBody_download object {
|
||||
padding-right: 4px;
|
||||
margin-top: -4px;
|
||||
vertical-align: middle;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue