]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove css invert since we are using svg filters for now
authorJulius Härtl <jus@bitgrid.net>
Wed, 3 Jan 2018 13:41:55 +0000 (14:41 +0100)
committerJulius Härtl <jus@bitgrid.net>
Wed, 3 Jan 2018 14:24:35 +0000 (15:24 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/theming/css/theming.scss
core/templates/layout.user.php

index 9bfcfecbf4e19cdc68e8f38add912974882e78de..acf4d6446f4834292e89b83da0b18e034b01dac3 100644 (file)
        .searchbox input[type="search"] {
                background: transparent url('../../../core/img/actions/search.svg') no-repeat 6px center;
        }
-       #appmenu li a img {
-               -webkit-filter: invert(1);
-               filter: invert(1);
-               filter: progid:DXImageTransform.Microsoft.BasicImage(invert='1');
-       }
        #contactsmenu .icon-contacts {
                background-image: url('../../../core/img/places/contacts-dark.svg');
        }
index 0249ddd4ffbbb18f789df93d0490d44670beb3ca..d54a6fe114ffa9a21b508c74d8af326d1be86ae0 100644 (file)
@@ -68,8 +68,8 @@
                                                                <?php if ($entry['active']): ?> class="active"<?php endif; ?>>
                                                                <?php if ($_['themingInvertMenu']) { ?>
                                                                        <svg width="20" height="20" viewBox="0 0 20 20">
-                                                                       <defs><filter id="invert-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
-                                                                       <image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet" filter="url(#invert-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>"  class="app-icon" /></svg>
+                                                                       <defs><filter id="invertMenuMain-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0" /></filter></defs>
+                                                                       <image x="0" y="0" width="20" height="20" preserveAspectRatio="xMinYMin meet" filter="url(#invertMenuMain-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>"  class="app-icon" /></svg>
                                                                <?php } else { ?>
                                                                        <img src="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>"
                                                                                 class="app-icon" alt="<?php p($entry['name']); ?>" />
                                                                        <a href="<?php print_unescaped($entry['href']); ?>" tabindex="3"
                                                                                <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>>
                                                                                <svg width="16" height="16" viewBox="0 0 16 16">
-                                                                                       <defs><filter id="invert-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
-                                                                                       <image x="0" y="0" width="16" height="16" preserveAspectRatio="xMinYMin meet" filter="url(#invert-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>"  class="app-icon"></image>
+                                                                                       <defs><filter id="invertMenuMore-<?php p($entry['id']); ?>"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>
+                                                                                       <image x="0" y="0" width="16" height="16" preserveAspectRatio="xMinYMin meet" filter="url(#invertMenuMore-<?php p($entry['id']); ?>)" xlink:href="<?php print_unescaped($entry['icon'] . '?v=' . $_['versionHash']); ?>"  class="app-icon"></image>
                                                                                </svg>
                                                                                <div class="icon-loading-small-dark" style="display:none;"></div>
                                                                                <span><?php p($entry['name']); ?></span>