forked from extern/egroupware
fixing pixelegg less/css files to address images in default/images
remove no longer necessary pixelegg/images symlink to default/images revert hint.png as the pixelegg one was never used
This commit is contained in:
parent
649f4df511
commit
bcff7ab4dc
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 778 B |
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
//}
|
||||
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../api/templates/default/images
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
@ -1 +0,0 @@
|
||||
../default/images
|
Loading…
Reference in New Issue
Block a user