forked from extern/egroupware
fix a couple of broken image urls, after moving images from pixelegg to api/default
This commit is contained in:
parent
ea11a28868
commit
8da571cdc1
@ -2547,7 +2547,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
/*ui-widget*/
|
/*ui-widget*/
|
||||||
/*edit series*/
|
/*edit series*/
|
||||||
button#series {
|
button#series {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -2592,7 +2592,7 @@ button#series:hover {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
background-color: #b3e4a6 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#series:active {
|
button#series:active {
|
||||||
@ -2600,7 +2600,7 @@ button#series:active {
|
|||||||
}
|
}
|
||||||
/*edit exception*/
|
/*edit exception*/
|
||||||
button#exception {
|
button#exception {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -2645,7 +2645,7 @@ button#exception:hover {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
background-color: #b3e4a6 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#exception:active {
|
button#exception:active {
|
||||||
@ -2771,7 +2771,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-sidebox_header_go {
|
#calendar-sidebox_header_go {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-image: url('../../../default/images/check.svg');
|
background-image: url('../../../api/templates/default/images/check.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -2784,7 +2784,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background-image: url('../../../default/images/bullet.svg');
|
background-image: url('../../../api/templates/default/images/bullet.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -2846,10 +2846,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on {
|
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on {
|
||||||
background-image: url(../../../default/images/7_day_view.svg);
|
background-image: url(../../../api/templates/default/images/7_day_view.svg);
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off {
|
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off {
|
||||||
background-image: url(../../../default/images/5_day_view.svg);
|
background-image: url(../../../api/templates/default/images/5_day_view.svg);
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
/* ########################################################################################
|
||||||
/* * Calendar END */
|
/* * Calendar END */
|
||||||
|
@ -2535,7 +2535,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
/*ui-widget*/
|
/*ui-widget*/
|
||||||
/*edit series*/
|
/*edit series*/
|
||||||
button#series {
|
button#series {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -2580,7 +2580,7 @@ button#series:hover {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#series:hover {
|
button#series:hover {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
background-color: #b3e4a6 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#series:active {
|
button#series:active {
|
||||||
@ -2588,7 +2588,7 @@ button#series:active {
|
|||||||
}
|
}
|
||||||
/*edit exception*/
|
/*edit exception*/
|
||||||
button#exception {
|
button#exception {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -2633,7 +2633,7 @@ button#exception:hover {
|
|||||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
button#exception:hover {
|
button#exception:hover {
|
||||||
background-image: url('../../../default/images/edit.svg') !important;
|
background-image: url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
background-color: #b3e4a6 !important;
|
background-color: #b3e4a6 !important;
|
||||||
}
|
}
|
||||||
button#exception:active {
|
button#exception:active {
|
||||||
@ -2759,7 +2759,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-sidebox_header_go {
|
#calendar-sidebox_header_go {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background-image: url('../../../default/images/check.svg');
|
background-image: url('../../../api/templates/default/images/check.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -2772,7 +2772,7 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background-image: url('../../../default/images/bullet.svg');
|
background-image: url('../../../api/templates/default/images/bullet.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -2834,10 +2834,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
|||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on {
|
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.on {
|
||||||
background-image: url(../../../default/images/7_day_view.svg);
|
background-image: url(../../../api/templates/default/images/7_day_view.svg);
|
||||||
}
|
}
|
||||||
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off {
|
#calendar-toolbar_toolbar #toolbar-weekend span.slideSwitch_container span.off {
|
||||||
background-image: url(../../../default/images/5_day_view.svg);
|
background-image: url(../../../api/templates/default/images/5_day_view.svg);
|
||||||
}
|
}
|
||||||
/* ########################################################################################
|
/* ########################################################################################
|
||||||
/* * Calendar END */
|
/* * Calendar END */
|
||||||
|
@ -993,18 +993,18 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
/*ui-widget*/
|
/*ui-widget*/
|
||||||
/*edit series*/
|
/*edit series*/
|
||||||
button#series {
|
button#series {
|
||||||
background-image:url('../../../pixelegg/../default/images/edit.svg') !important;
|
background-image:url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
.Complete_Button_text_icon_before;
|
.Complete_Button_text_icon_before;
|
||||||
.Complete_Button_save_apply_copy;
|
.Complete_Button_save_apply_copy;
|
||||||
&:hover {background-image:url('../../../pixelegg/../default/images/edit.svg') !important; background-color: @color_positive_action_active !important;}
|
&:hover {background-image:url('../../../api/templates/default/images/edit.svg') !important; background-color: @color_positive_action_active !important;}
|
||||||
&:active {background-color: @color_positive_action_active !important;}
|
&:active {background-color: @color_positive_action_active !important;}
|
||||||
}
|
}
|
||||||
/*edit exception*/
|
/*edit exception*/
|
||||||
button#exception {
|
button#exception {
|
||||||
background-image:url('../../../pixelegg/../default/images/edit.svg') !important;
|
background-image:url('../../../api/templates/default/images/edit.svg') !important;
|
||||||
.Complete_Button_text_icon_before;
|
.Complete_Button_text_icon_before;
|
||||||
.Complete_Button_save_apply_copy;
|
.Complete_Button_save_apply_copy;
|
||||||
&:hover {background-image:url('../../../pixelegg/../default/images/edit.svg') !important;background-color: @color_positive_action_active !important;}
|
&:hover {background-image:url('../../../api/templates/default/images/edit.svg') !important;background-color: @color_positive_action_active !important;}
|
||||||
&:active {background-color: @color_positive_action_active !important;}
|
&:active {background-color: @color_positive_action_active !important;}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1162,7 +1162,7 @@ div#calendar-container {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
||||||
background-image: url('../../../pixelegg/../default/images/check.svg');
|
background-image: url('../../../api/templates/default/images/check.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -1175,7 +1175,7 @@ div#calendar-container {
|
|||||||
#calendar-sidebox_header_today {
|
#calendar-sidebox_header_today {
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background-image: url('../../../pixelegg/../default/images/bullet.svg');
|
background-image: url('../../../api/templates/default/images/bullet.svg');
|
||||||
text-indent: 140%;
|
text-indent: 140%;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
@ -1240,10 +1240,10 @@ div#calendar-container {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#toolbar-weekend span.slideSwitch_container span.on {
|
#toolbar-weekend span.slideSwitch_container span.on {
|
||||||
background-image: url(../../../pixelegg/../default/images/7_day_view.svg);
|
background-image: url(../../../api/templates/default/images/7_day_view.svg);
|
||||||
}
|
}
|
||||||
#toolbar-weekend span.slideSwitch_container span.off {
|
#toolbar-weekend span.slideSwitch_container span.off {
|
||||||
background-image: url(../../../pixelegg/../default/images/5_day_view.svg);
|
background-image: url(../../../api/templates/default/images/5_day_view.svg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -394,7 +394,7 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
|||||||
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||||
background-image: url(../../../default/images/add.svg);
|
background-image: url(../../../api/templates/default/images/add.svg);
|
||||||
background-size: 12px;
|
background-size: 12px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
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);
|
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
#filemanager-index_new_wrapper .ui-icon-triangle-1-s {
|
||||||
background-image: url(../../../default/images/add.svg);
|
background-image: url(../../../api/templates/default/images/add.svg);
|
||||||
background-size: 12px;
|
background-size: 12px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -118,7 +118,7 @@ div#stylite-filemanager-upload {
|
|||||||
}
|
}
|
||||||
#filemanager-index_new_wrapper {
|
#filemanager-index_new_wrapper {
|
||||||
.ui-icon-triangle-1-s {
|
.ui-icon-triangle-1-s {
|
||||||
background-image: url(../../../pixelegg/../default/images/add.svg);
|
background-image: url(../../../api/templates/default/images/add.svg);
|
||||||
background-size: 12px;
|
background-size: 12px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -1605,29 +1605,29 @@ tr.mail.deleted td:first-child {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(../default/images/kmmsgread.svg);
|
background-image: url(../api/templates/default/images/kmmsgread.svg);
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
tr.deleted .status_img {
|
tr.deleted .status_img {
|
||||||
background-image: url(../default/images/kmmsgdel.svg);
|
background-image: url(../api/templates/default/images/kmmsgdel.svg);
|
||||||
}
|
}
|
||||||
tr.unseen .status_img {
|
tr.unseen .status_img {
|
||||||
background-image: url(../default/images/kmmsgunseen.svg);
|
background-image: url(../api/templates/default/images/kmmsgunseen.svg);
|
||||||
}
|
}
|
||||||
tr.flagged_seen .status_img {
|
tr.flagged_seen .status_img {
|
||||||
background-image: url(../default/images/read_flagged_small.svg) !important;
|
background-image: url(../api/templates/default/images/read_flagged_small.svg) !important;
|
||||||
}
|
}
|
||||||
tr.flagged_unseen .status_img {
|
tr.flagged_unseen .status_img {
|
||||||
background-image: url(../default/images/unread_flagged_small.svg) !important;
|
background-image: url(../api/templates/default/images/unread_flagged_small.svg) !important;
|
||||||
}
|
}
|
||||||
tr.recent .status_img {
|
tr.recent .status_img {
|
||||||
background-image: url(../default/images/kmmsgnew.svg) !important;
|
background-image: url(../api/templates/default/images/kmmsgnew.svg) !important;
|
||||||
}
|
}
|
||||||
tr.replied .status_img {
|
tr.replied .status_img {
|
||||||
background-image: url(../default/images/mail_reply.svg) !important;
|
background-image: url(../api/templates/default/images/mail_reply.svg) !important;
|
||||||
}
|
}
|
||||||
tr.forwarded .status_img {
|
tr.forwarded .status_img {
|
||||||
background-image: url(../default/images/mail_forward.svg) !important;
|
background-image: url(../api/templates/default/images/mail_forward.svg) !important;
|
||||||
}
|
}
|
||||||
.subjectBold {
|
.subjectBold {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -1804,7 +1804,7 @@ input[type=button] {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background-image: url(../default/images/write_mail.png) !important;
|
background-image: url(../api/templates/default/images/write_mail.png) !important;
|
||||||
background-position: left;
|
background-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -641,36 +641,36 @@ tr.mail.deleted td:first-child {
|
|||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(../pixelegg/../default/images/kmmsgread.svg);
|
background-image: url(../api/templates/default/images/kmmsgread.svg);
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.deleted .status_img {
|
tr.deleted .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/kmmsgdel.svg);
|
background-image: url(../api/templates/default/images/kmmsgdel.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.unseen .status_img {
|
tr.unseen .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/kmmsgunseen.svg);
|
background-image: url(../api/templates/default/images/kmmsgunseen.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.flagged_seen .status_img {
|
tr.flagged_seen .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/read_flagged_small.svg) !important;
|
background-image: url(../api/templates/default/images/read_flagged_small.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.flagged_unseen .status_img {
|
tr.flagged_unseen .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/unread_flagged_small.svg) !important;
|
background-image: url(../api/templates/default/images/unread_flagged_small.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.recent .status_img {
|
tr.recent .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/kmmsgnew.svg) !important;
|
background-image: url(../api/templates/default/images/kmmsgnew.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.replied .status_img {
|
tr.replied .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/mail_reply.svg) !important;
|
background-image: url(../api/templates/default/images/mail_reply.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.forwarded .status_img {
|
tr.forwarded .status_img {
|
||||||
background-image: url(../pixelegg/../default/images/mail_forward.svg) !important;
|
background-image: url(../api/templates/default/images/mail_forward.svg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subjectBold
|
.subjectBold
|
||||||
@ -877,7 +877,7 @@ input[type=button] {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background-image: url(../pixelegg/../default/images/write_mail.png) !important;
|
background-image: url(../api/templates/default/images/write_mail.png) !important;
|
||||||
background-position: left;
|
background-position: left;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -32,12 +32,14 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
|||||||
tr.prefRow:hover {
|
tr.prefRow:hover {
|
||||||
background-color: #f0f0ff;
|
background-color: #f0f0ff;
|
||||||
}
|
}
|
||||||
td.prefName {
|
.prefName .et2_label:first-child {
|
||||||
width: 50%;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
tr.prefRow > td {
|
tr.prefRow > td {
|
||||||
vertical-align: bottom;
|
vertical-align: top;
|
||||||
/* otherwise help will cover bigger prefValue */
|
}
|
||||||
|
tr.prefRow > td.prefValueColumn {
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
/*.prefValueColumn {border-right:none !important;}*/
|
/*.prefValueColumn {border-right:none !important;}*/
|
||||||
.prefHelpColumn {
|
.prefHelpColumn {
|
||||||
|
@ -150,7 +150,7 @@ table.prefTable {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||||
background-image: url(../../../default/images/dialog_info.png);
|
background-image: url(../../../api/templates/default/images/dialog_info.png);
|
||||||
}
|
}
|
||||||
.prefHelp {
|
.prefHelp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -197,7 +197,7 @@ textarea.prefValue {
|
|||||||
/*Preferences APP Settings / right*/
|
/*Preferences APP Settings / right*/
|
||||||
.prefApp::after,
|
.prefApp::after,
|
||||||
.prefType::after {
|
.prefType::after {
|
||||||
background-image: url(../default/images/setup.png);
|
background-image: url(../api/templates/default/images/setup.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -45,7 +45,7 @@ table.prefTable {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||||
background-image:url(../../../pixelegg/../default/images/dialog_info.png);
|
background-image:url(../../../api/templates/default/images/dialog_info.png);
|
||||||
}
|
}
|
||||||
.prefHelp {
|
.prefHelp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -86,7 +86,7 @@ tr.prefRow:hover .prefHelp {
|
|||||||
|
|
||||||
/*Preferences APP / left */ /*Preferences APP Settings / right*/
|
/*Preferences APP / left */ /*Preferences APP Settings / right*/
|
||||||
.prefApp::after, .prefType::after {
|
.prefApp::after, .prefType::after {
|
||||||
background-image: url(../pixelegg/../default/images/setup.png);
|
background-image: url(../api/templates/default/images/setup.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user