зеркало из https://github.com/nextcloud/news.git
moved delete and edit icons to owncloud.css
This commit is contained in:
Родитель
2a0af2c8df
Коммит
c8e44addad
|
@ -82,18 +82,9 @@ button.action:hover {
|
|||
}
|
||||
|
||||
.delete-icon {
|
||||
background-position: center 9px !important;
|
||||
background-image: url('%webroot%/core/img/actions/delete.svg');
|
||||
}
|
||||
|
||||
.delete-icon:hover {
|
||||
background-image: url('%webroot%/core/img/actions/delete-hover.svg');
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
background-image: url('%webroot%/core/img/actions/rename.svg');
|
||||
}
|
||||
|
||||
.mark-read-icon {
|
||||
background-image: url('%appswebroot%/news/img/mark_read.svg');
|
||||
}
|
||||
|
|
|
@ -252,6 +252,18 @@
|
|||
background-image: url('%webroot%/core/img/places/folder.png');
|
||||
}
|
||||
|
||||
.delete-icon {
|
||||
background-image: url('%webroot%/core/img/actions/delete.svg');
|
||||
}
|
||||
|
||||
.delete-icon:hover {
|
||||
background-image: url('%webroot%/core/img/actions/delete-hover.svg');
|
||||
}
|
||||
|
||||
.edit-icon {
|
||||
background-image: url('%webroot%/core/img/actions/rename.svg');
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
button.loading {
|
||||
background-image: url('%webroot%/core/img/loading.gif');
|
||||
|
|
Загрузка…
Ссылка в новой задаче