]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove icon styles from apps.css as they are in icons.css
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:30:24 +0000 (16:30 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:30:24 +0000 (16:30 +0200)
core/css/apps.css

index 104de91877fa33909d88b60c79ccf89b546a5b37..84ecb77ef8aa0accaee06a46e318d773ec1edc45 100644 (file)
        background-color: transparent;
 }
 
-/* icons */
-.folder-icon, .delete-icon, .edit-icon, .progress-icon {
-       background-repeat: no-repeat;
-       background-position: center;
-}
-.folder-icon { background-image: url('../img/places/folder.svg'); }
-.delete-icon { background-image: url('../img/actions/delete.svg'); }
-.delete-icon:hover, .delete-icon:focus {
-       background-image: url('../img/actions/delete-hover.svg');
-}
-.edit-icon { background-image: url('../img/actions/rename.svg'); }
-.progress-icon {
-       background-image: url('../img/loading.gif');
-       background-size: 16px;
-       /* force show the loading icon, not only on hover */
-       -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-       filter:alpha(opacity=100);
-       opacity: 1 !important;
-       display: inline !important;
-}
-
 /* buttons */
 button.loading {
        background-image: url('../img/loading.gif');