diff --git a/addressbook/templates/pixelegg/images b/addressbook/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/addressbook/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/admin/templates/pixelegg/images b/admin/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/admin/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/api/templates/default/images/hint.png b/api/templates/default/images/hint.png index 05ff889dde..12cd1aef90 100755 Binary files a/api/templates/default/images/hint.png and b/api/templates/default/images/hint.png differ diff --git a/calendar/templates/mobile/app.css b/calendar/templates/mobile/app.css index 5e05b720eb..fc5942d38c 100644 --- a/calendar/templates/mobile/app.css +++ b/calendar/templates/mobile/app.css @@ -1763,7 +1763,7 @@ div.calendar { background-color: #FFDD73; } .calendar .nav { - /*background: url(../images/menuarrow.png) no-repeat 100% 100%;*/ + /*background: url(../../default/images/menuarrow.png) no-repeat 100% 100%;*/ background-image: none; background-color: #FFDD73; } @@ -2547,7 +2547,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget /*ui-widget*/ /*edit series*/ button#series { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; /*.border_normal;*/ /*.box_shadow_standard_light;*/ /*.rounded (3px);*/ @@ -2592,7 +2592,7 @@ button#series:hover { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); } button#series:hover { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; background-color: #b3e4a6 !important; } button#series:active { @@ -2600,7 +2600,7 @@ button#series:active { } /*edit exception*/ button#exception { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; /*.border_normal;*/ /*.box_shadow_standard_light;*/ /*.rounded (3px);*/ @@ -2645,7 +2645,7 @@ button#exception:hover { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); } button#exception:hover { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; background-color: #b3e4a6 !important; } button#exception:active { @@ -2771,7 +2771,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-sidebox_header_go { width: 20px; height: 20px; - background-image: url('../../../pixelegg/images/check.svg'); + background-image: url('../../../default/images/check.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -2784,7 +2784,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-sidebox_header_today { width: 2em; height: 2em; - background-image: url('../../../pixelegg/images/bullet.svg'); + background-image: url('../../../default/images/bullet.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -2846,10 +2846,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { background: none; } #calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on { - background-image: url(../../../pixelegg/images/7_day_view.svg); + background-image: url(../../../default/images/7_day_view.svg); } #calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off { - background-image: url(../../../pixelegg/images/5_day_view.svg); + background-image: url(../../../default/images/5_day_view.svg); } /* ######################################################################################## /* * Calendar END */ diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 4bd3145187..a80f3fe947 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -1751,7 +1751,7 @@ div.calendar { background-color: #FFDD73; } .calendar .nav { - /*background: url(../images/menuarrow.png) no-repeat 100% 100%;*/ + /*background: url(../../default/images/menuarrow.png) no-repeat 100% 100%;*/ background-image: none; background-color: #FFDD73; } @@ -2535,7 +2535,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget /*ui-widget*/ /*edit series*/ button#series { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; /*.border_normal;*/ /*.box_shadow_standard_light;*/ /*.rounded (3px);*/ @@ -2580,7 +2580,7 @@ button#series:hover { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); } button#series:hover { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; background-color: #b3e4a6 !important; } button#series:active { @@ -2588,7 +2588,7 @@ button#series:active { } /*edit exception*/ button#exception { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; /*.border_normal;*/ /*.box_shadow_standard_light;*/ /*.rounded (3px);*/ @@ -2633,7 +2633,7 @@ button#exception:hover { box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); } button#exception:hover { - background-image: url('../../../pixelegg/images/edit.svg') !important; + background-image: url('../../../default/images/edit.svg') !important; background-color: #b3e4a6 !important; } button#exception:active { @@ -2759,7 +2759,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-sidebox_header_go { width: 20px; height: 20px; - background-image: url('../../../pixelegg/images/check.svg'); + background-image: url('../../../default/images/check.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -2772,7 +2772,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { #calendar-sidebox_header_today { width: 2em; height: 2em; - background-image: url('../../../pixelegg/images/bullet.svg'); + background-image: url('../../../default/images/bullet.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -2834,10 +2834,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td { background: none; } #calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on { - background-image: url(../../../pixelegg/images/7_day_view.svg); + background-image: url(../../../default/images/7_day_view.svg); } #calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off { - background-image: url(../../../pixelegg/images/5_day_view.svg); + background-image: url(../../../default/images/5_day_view.svg); } /* ######################################################################################## /* * Calendar END */ diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 9c4ac9d3c9..3528cc32e5 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -122,7 +122,7 @@ div.calendar { position: relative; } .background_table_cal_head; } .nav { - /*background: url(../images/menuarrow.png) no-repeat 100% 100%;*/ + /*background: url(../../default/images/menuarrow.png) no-repeat 100% 100%;*/ background-image: none; .background_table_cal_head; } @@ -993,18 +993,18 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget /*ui-widget*/ /*edit series*/ button#series { - background-image:url('../../../pixelegg/images/edit.svg') !important; + background-image:url('../../../pixelegg/../default/images/edit.svg') !important; .Complete_Button_text_icon_before; .Complete_Button_save_apply_copy; - &:hover {background-image:url('../../../pixelegg/images/edit.svg') !important; background-color: @color_positive_action_active !important;} + &:hover {background-image:url('../../../pixelegg/../default/images/edit.svg') !important; background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;} } /*edit exception*/ button#exception { - background-image:url('../../../pixelegg/images/edit.svg') !important; + background-image:url('../../../pixelegg/../default/images/edit.svg') !important; .Complete_Button_text_icon_before; .Complete_Button_save_apply_copy; - &:hover {background-image:url('../../../pixelegg/images/edit.svg') !important;background-color: @color_positive_action_active !important;} + &:hover {background-image:url('../../../pixelegg/../default/images/edit.svg') !important;background-color: @color_positive_action_active !important;} &:active {background-color: @color_positive_action_active !important;} } @@ -1162,7 +1162,7 @@ div#calendar-container { width: 20px; height: 20px; - background-image: url('../../../pixelegg/images/check.svg'); + background-image: url('../../../pixelegg/../default/images/check.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -1175,7 +1175,7 @@ div#calendar-container { #calendar-sidebox_header_today { width: 2em; height: 2em; - background-image: url('../../../pixelegg/images/bullet.svg'); + background-image: url('../../../pixelegg/../default/images/bullet.svg'); text-indent: 140%; border: none; border-radius: 0px; @@ -1240,10 +1240,10 @@ div#calendar-container { } } #toolbar-weekend span.slideSwitch_container span.on { - background-image: url(../../../pixelegg/images/7_day_view.svg); + background-image: url(../../../pixelegg/../default/images/7_day_view.svg); } #toolbar-weekend span.slideSwitch_container span.off { - background-image: url(../../../pixelegg/images/5_day_view.svg); + background-image: url(../../../pixelegg/../default/images/5_day_view.svg); } } diff --git a/calendar/templates/pixelegg/images b/calendar/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/calendar/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index 3a9814bcf7..7bfbff99f1 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -394,7 +394,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); } #filemanager-index_new_wrapper .ui-icon-triangle-1-s { - background-image: url(../../../pixelegg/images/add.svg); + background-image: url(../../../default/images/add.svg); background-size: 12px; background-repeat: no-repeat; background-position: center; diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index d19be88a57..374d2cee46 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -382,7 +382,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5); } #filemanager-index_new_wrapper .ui-icon-triangle-1-s { - background-image: url(../../../pixelegg/images/add.svg); + background-image: url(../../../default/images/add.svg); background-size: 12px; background-repeat: no-repeat; background-position: center; diff --git a/filemanager/templates/pixelegg/app.less b/filemanager/templates/pixelegg/app.less index d67b88d86f..3f16a31c67 100644 --- a/filemanager/templates/pixelegg/app.less +++ b/filemanager/templates/pixelegg/app.less @@ -118,7 +118,7 @@ div#stylite-filemanager-upload { } #filemanager-index_new_wrapper { .ui-icon-triangle-1-s { - background-image: url(../../../pixelegg/images/add.svg); + background-image: url(../../../pixelegg/../default/images/add.svg); background-size: 12px; background-repeat: no-repeat; background-position: center; diff --git a/filemanager/templates/pixelegg/images b/filemanager/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/filemanager/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/filemanager/templates/pixelegg/sharing.less b/filemanager/templates/pixelegg/sharing.less index 906edf3879..d6e6168c99 100644 --- a/filemanager/templates/pixelegg/sharing.less +++ b/filemanager/templates/pixelegg/sharing.less @@ -35,7 +35,7 @@ div#popupMainDiv { height: 45px; display: block; background-size: contain; - background-image: url(../../../api/templates/default/images/logo.svg); + background-image: url(../../../api/templates/default/../default/images/logo.svg); position: absolute; top: 0; left: 0; diff --git a/home/templates/pixelegg/images b/home/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/home/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/importexport/templates/pixelegg/images b/importexport/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/importexport/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/infolog/templates/pixelegg/images b/infolog/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/infolog/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index e2e00ec0f0..788bd0e4ff 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -1605,29 +1605,29 @@ tr.mail.deleted td:first-child { width: 16px; height: 16px; background-repeat: no-repeat; - background-image: url(../pixelegg/images/kmmsgread.svg); + background-image: url(../default/images/kmmsgread.svg); background-size: 16px 16px; } tr.deleted .status_img { - background-image: url(../pixelegg/images/kmmsgdel.svg); + background-image: url(../default/images/kmmsgdel.svg); } tr.unseen .status_img { - background-image: url(../pixelegg/images/kmmsgunseen.svg); + background-image: url(../default/images/kmmsgunseen.svg); } tr.flagged_seen .status_img { - background-image: url(../pixelegg/images/read_flagged_small.svg) !important; + background-image: url(../default/images/read_flagged_small.svg) !important; } tr.flagged_unseen .status_img { - background-image: url(../pixelegg/images/unread_flagged_small.svg) !important; + background-image: url(../default/images/unread_flagged_small.svg) !important; } tr.recent .status_img { - background-image: url(../pixelegg/images/kmmsgnew.svg) !important; + background-image: url(../default/images/kmmsgnew.svg) !important; } tr.replied .status_img { - background-image: url(../pixelegg/images/mail_reply.svg) !important; + background-image: url(../default/images/mail_reply.svg) !important; } tr.forwarded .status_img { - background-image: url(../pixelegg/images/mail_forward.svg) !important; + background-image: url(../default/images/mail_forward.svg) !important; } .subjectBold { font-size: 12px; @@ -1804,7 +1804,7 @@ input[type=button] { text-align: left; font-weight: bold; padding-left: 25px; - background-image: url(../pixelegg/images/write_mail.png) !important; + background-image: url(../default/images/write_mail.png) !important; background-position: left; background-repeat: no-repeat; } diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index dcede0e631..a683413756 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -641,36 +641,36 @@ tr.mail.deleted td:first-child { width: 16px; height: 16px; background-repeat: no-repeat; - background-image: url(../pixelegg/images/kmmsgread.svg); + background-image: url(../pixelegg/../default/images/kmmsgread.svg); background-size: 16px 16px; } tr.deleted .status_img { - background-image: url(../pixelegg/images/kmmsgdel.svg); + background-image: url(../pixelegg/../default/images/kmmsgdel.svg); } tr.unseen .status_img { - background-image: url(../pixelegg/images/kmmsgunseen.svg); + background-image: url(../pixelegg/../default/images/kmmsgunseen.svg); } tr.flagged_seen .status_img { - background-image: url(../pixelegg/images/read_flagged_small.svg) !important; + background-image: url(../pixelegg/../default/images/read_flagged_small.svg) !important; } tr.flagged_unseen .status_img { - background-image: url(../pixelegg/images/unread_flagged_small.svg) !important; + background-image: url(../pixelegg/../default/images/unread_flagged_small.svg) !important; } tr.recent .status_img { - background-image: url(../pixelegg/images/kmmsgnew.svg) !important; + background-image: url(../pixelegg/../default/images/kmmsgnew.svg) !important; } tr.replied .status_img { - background-image: url(../pixelegg/images/mail_reply.svg) !important; + background-image: url(../pixelegg/../default/images/mail_reply.svg) !important; } tr.forwarded .status_img { - background-image: url(../pixelegg/images/mail_forward.svg) !important; + background-image: url(../pixelegg/../default/images/mail_forward.svg) !important; } .subjectBold @@ -877,7 +877,7 @@ input[type=button] { text-align: left; font-weight: bold; padding-left: 25px; - background-image: url(../pixelegg/images/write_mail.png) !important; + background-image: url(../pixelegg/../default/images/write_mail.png) !important; background-position: left; background-repeat: no-repeat; } @@ -888,7 +888,7 @@ input[type=button] { // padding-left: 30px; // width: 80px; // margin: 0px !important; -// background-image: url(images/mail_send.png) !important; +// background-image: url(../default/images/mail_send.png) !important; // background-position: left; // background-repeat: no-repeat; //} diff --git a/mail/templates/pixelegg/images b/mail/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/mail/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/notifications/templates/pixelegg/images b/notifications/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/notifications/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/pixelegg/images b/pixelegg/images deleted file mode 120000 index 8b63bd8e44..0000000000 --- a/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../api/templates/default/images \ No newline at end of file diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index f61ed8093a..7f8683b59f 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -150,7 +150,7 @@ table.prefTable { width: 100%; } table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn { - background-image: url(../../../pixelegg/images/dialog_info.png); + background-image: url(../../../default/images/dialog_info.png); } .prefHelp { position: absolute; @@ -197,7 +197,7 @@ textarea.prefValue { /*Preferences APP Settings / right*/ .prefApp::after, .prefType::after { - background-image: url(../pixelegg/images/setup.png); + background-image: url(../default/images/setup.png); background-repeat: no-repeat; background-size: contain; position: absolute; diff --git a/preferences/templates/pixelegg/app.less b/preferences/templates/pixelegg/app.less index 5727679363..11c191b373 100755 --- a/preferences/templates/pixelegg/app.less +++ b/preferences/templates/pixelegg/app.less @@ -45,7 +45,7 @@ table.prefTable { width: 100%; } table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn { - background-image:url(../../../pixelegg/images/dialog_info.png); + background-image:url(../../../pixelegg/../default/images/dialog_info.png); } .prefHelp { position: absolute; @@ -86,7 +86,7 @@ tr.prefRow:hover .prefHelp { /*Preferences APP / left */ /*Preferences APP Settings / right*/ .prefApp::after, .prefType::after { - background-image: url(../pixelegg/images/setup.png); + background-image: url(../pixelegg/../default/images/setup.png); background-repeat: no-repeat; background-size: contain; position: absolute; diff --git a/preferences/templates/pixelegg/images b/preferences/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/preferences/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/resources/templates/pixelegg/images b/resources/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/resources/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file diff --git a/timesheet/templates/pixelegg/images b/timesheet/templates/pixelegg/images deleted file mode 120000 index 670e2a1672..0000000000 --- a/timesheet/templates/pixelegg/images +++ /dev/null @@ -1 +0,0 @@ -../default/images \ No newline at end of file