diff --git a/apps/common/main/resources/img/controls/attention.svg b/apps/common/main/resources/img/controls/attention.svg deleted file mode 100644 index 67e0988f5..000000000 --- a/apps/common/main/resources/img/controls/attention.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/apps/common/main/resources/img/controls/done.svg b/apps/common/main/resources/img/controls/done.svg deleted file mode 100644 index 1957986fb..000000000 --- a/apps/common/main/resources/img/controls/done.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/apps/common/main/resources/img/controls/info.svg b/apps/common/main/resources/img/controls/info.svg deleted file mode 100644 index 91b23c137..000000000 --- a/apps/common/main/resources/img/controls/info.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/apps/common/main/resources/img/controls/warning.svg b/apps/common/main/resources/img/controls/warning.svg deleted file mode 100644 index 87caf23a4..000000000 --- a/apps/common/main/resources/img/controls/warning.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/apps/common/main/resources/img/controls/warnings2.svg b/apps/common/main/resources/img/controls/warnings2.svg new file mode 100644 index 000000000..0451e7eea --- /dev/null +++ b/apps/common/main/resources/img/controls/warnings2.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/common/main/resources/less/opendialog.less b/apps/common/main/resources/less/opendialog.less index 242e55b04..12e9ec683 100644 --- a/apps/common/main/resources/less/opendialog.less +++ b/apps/common/main/resources/less/opendialog.less @@ -84,7 +84,6 @@ &.warn { background: url('../../../../common/main/resources/img/controls/warnings.svg#attention') no-repeat center; - //background: url('../../../../common/main/resources/img/controls/attention.svg') no-repeat center; //background-position: @alerts-offset-x @alerts-offset-y - 105px; } } diff --git a/apps/common/main/resources/less/window.less b/apps/common/main/resources/less/window.less index 0b8b3d667..df3ee3075 100644 --- a/apps/common/main/resources/less/window.less +++ b/apps/common/main/resources/less/window.less @@ -173,7 +173,6 @@ .icon { &.warn { background: url('../../../../common/main/resources/img/controls/warnings.svg#attention') no-repeat center; - //background: url('../../../../common/main/resources/img/controls/attention.svg') no-repeat center; //background-position: @alerts-offset-x @alerts-offset-y - 105px; } @@ -184,18 +183,15 @@ &.error { background: url('../../../../common/main/resources/img/controls/warnings.svg#warning') no-repeat center; - //background: url('../../../../common/main/resources/img/controls/warning.svg') no-repeat center; //background-position: @alerts-offset-x @alerts-offset-y - 0; } &.info { background: url('../../../../common/main/resources/img/controls/warnings.svg#info') no-repeat center; - //background: url('../../../../common/main/resources/img/controls/info.svg') no-repeat center; //background-position: @alerts-offset-x @alerts-offset-y - 35px; } &.confirm { - //background: url('../../../../common/main/resources/img/controls/done.svg') no-repeat center; background: url('../../../../common/main/resources/img/controls/warnings.svg#done') no-repeat center; //background-position: @alerts-offset-x @alerts-offset-y - 70px; }