diff options
| author | 2022-12-29 00:02:52 +0100 | |
|---|---|---|
| committer | 2022-12-29 00:02:52 +0100 | |
| commit | 9cb0bbd0c11ac47410ca902e379d126ee8e3d85e (patch) | |
| tree | cd9013e3cced1a04432b26bccff8afba2c0a0a6c /p/themes/Mapco/mapco.rtl.css | |
| parent | 7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 (diff) | |
fix: Ansum and Mapco: icons_as_emojis (#4966)
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 86f0303cb..85f0ae80e 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -257,6 +257,10 @@ form th { font-size: 1rem; line-height: 2.5em; } +.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon { + padding: 0 0.25rem !important; + line-height: 1; +} .dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #36c; color: #fff; |
