diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-30 23:00:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 23:00:52 -0500 |
commit | 32f233acfd3a48db1b8afeba9695cd6a93883e94 (patch) | |
tree | 582d1ffa985537645ae01be474bab1ee3fb85fed /ext/mixed/css/material.css | |
parent | 4650f0b5426c07e1aca3bec2a07607556a1e1f34 (diff) |
Fix display notification close button style (#1185)
Diffstat (limited to 'ext/mixed/css/material.css')
-rw-r--r-- | ext/mixed/css/material.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index cb6997ad..3adf4803 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -181,6 +181,7 @@ .icon[data-icon=collapse] { --icon-image: url(/mixed/img/collapse.svg); } .icon[data-icon=expand] { --icon-image: url(/mixed/img/expand.svg); } .icon[data-icon=window] { --icon-image: url(/mixed/img/window.svg); } +.icon[data-icon=cross] { --icon-image: url(/mixed/img/cross.svg); } /* Checkbox */ |