Skip to content
Snippets Groups Projects
Commit 35036b92 authored by Andrew Rudenets's avatar Andrew Rudenets
Browse files

Возвращаем на место иконки удаления дисциплины

parent 6feea688
Branches
No related merge requests found
......@@ -75,7 +75,7 @@
button.DeleteDiscipline {
height: 27px;
width: 27px;
background: url("../imgicons/del_dis.png") no-repeat center center;
background: url("../../img/icons/del_dis.png") no-repeat center center;
border: 0;
cursor: pointer;
}
......
@import (reference) "../common.less";
@ImagePath: '../../img/';
.info_cell, .action_cell, .delete_cell
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment