ThemeChanges
From Open-Xchange
Changes from 6.18.1 to 6.18.2
CSS
- theme/css/branding.css
- theme/css/global.css
.font-style-person {
color: #215696;
}
#window-header-decorator {
background-image: url(../img/toolbar/toolbar_bg.png);
background-repeat: repeat-x;
background-color: #ddd;
border-bottom: 1px solid #bbb;
}
.headercontenttable {
background-image: url(../img/toolbar/toolbar30.png);
background-repeat: repeat-x;
border-top: 0px none;
}
.headercontenttable.border-color-design {
border-color: #aaa !important;
}
div.oxTabControlToggleReverse, div.oxTabControlToggle {
background-repeat: no-repeat;
background-position: 3px 5px;
width: 15px;
height: 15px;
float: right;
margin: 5px 9px;
}
div.oxTabControlToggleReverse {
background-image: url(../img/arrows/arrow_double_white_down.gif);
cursor: s-resize;
}
div.oxTabControlToggle {
background-image: url(../img/arrows/arrow_double_white_up.gif);
cursor: n-resize;
}
div.oxTabControl {
background-color: #65769B;
}
.ox-sidepanel-view-title {
color: white;
}
div.oxTabControl a {
color: #eee;
}
div.oxTabControl td.oxTab:hover, div.oxTabControl td.oxTabLast:hover {
background-color: #455069;
}
Change elements in global.css:
.font-style-headline {
color:#404962;
font-weight : bold;
}
changed to
.font-style-headline {
color: #333;
}
#notheader {
background-image: url(../img/toolbar/toolbar_bg.png);
}
changed to
#header-decorator {
background-image: url(../img/toolbar/toolbar_bg.png);
}
.tr_h {
background-color: #e3e3e3 !important;
}
changed to
.tr_h {
background-color: #eaeaea !important;
}
ICONS
- theme/img/arrows/arrow_double_white_down.gif - theme/img/arrows/arrow_double_white_up.gif - theme/img/arrows/menu_arrow_down.gif - theme/img/arrows/menu_arrow_right.gif - theme/img/folder/shared_dis.gif
All icons under the folder /themes/[theme name]/ will be separated by their size. You will find three different sub-folders here: 16 (for 16x16 pixel icons), 24 and 36. Some icons may be available in several folders. Some icons can also be found in their old location under /themes/[theme name]/img/. In the future, all icons will be found in the new icons folder and not in the img folder.
16/attachment_add.png 16/attachment_open.png 16/attachment_remove.png 16/calendar_move.png 16/confirmation_change.png 16/contact_copy.png 16/contact_move.png 16/current_version.png 16/delete_folder.png 16/delete.png 16/distributionlist_extcontact.png 16/dummy.gif 16/duplicate_contacts.png 16/folder_closed.png 16/folder_opened.png 16/infostore_move.png 16/lock.png 16/mail_copy.png 16/mail_move.png 16/mail_source.png 16/mark_as.png 16/member_add.png 16/member_remove.png 16/mod_calendar.png 16/mod_configuration.png 16/mod_contacts.png 16/mod_infostore.png 16/mod_mail.png 16/mod_portal.png 16/mod_tasks.png 16/print.png 16/save.png 16/search.png 16/send_as_attachment.png 16/send_as_link.png 16/task_copy.png 16/task_move.png 16/teamchange.png 16/unlock.png 16/user.png 16/userrights_delete.png 16/userrights.png 16/userrights_read.png 16/userrights_remove.png 16/userrights_write.png 24/attachment_add.png 24/attachment_remove.png 24/cancel.png 24/card_view.png 24/category_add.png 24/category_remove.png 24/confirmation_change.png 24/delete.png 24/detail_view.png 24/distributionlist.png 24/draft.png 24/dummy.gif 24/edit.png 24/externalview_add.png 24/externalview_disable.png 24/externalview_edit.png 24/externalview_enable.png 24/externalview_remove.png 24/forward.png 24/h_split_view.png 24/inbox.png 24/list_view.png 24/mail_copy.png 24/mail_move.png 24/mail_send.png 24/mail_write.png 24/member_add.png 24/member_remove.png 24/mod_calendar.png 24/mod_configuration.png 24/mod_contacts.png 24/mod_foldertree.png 24/mod_infostore.png 24/mod_mail.png 24/mod_portal.png 24/mod_tasks.png 24/options.png 24/picture_add.png 24/picture_remove.png 24/print.png 24/reply_all.png 24/reply.png 24/save_as_link.png 24/save.png 24/tag_10.png 24/tag_1.png 24/tag_2.png 24/tag_3.png 24/tag_4.png 24/tag_5.png 24/tag_6.png 24/tag_7.png 24/tag_8.png 24/tag_9.png 24/tag_remove.png 24/task_copy.png 24/task_move.png 24/teamchange.png 24/v_split_view.png 32/attachment_add.png 32/attachment_remove.png 32/cancel.png 32/category_add.png 32/category_remove.png 32/confirmation_change.png 32/delete.png 32/distributionlist.png 32/draft.png 32/dummy.gif 32/edit.png 32/externalview_add.png 32/externalview_disable.png 32/externalview_edit.png 32/externalview_enable.png 32/externalview_remove.png 32/forward.png 32/import.png 32/mail_copy.png 32/mail_move.png 32/mail_send.png 32/mail_write.png 32/member_add.png 32/member_remove.png 32/mod_calendar.png 32/mod_configuration.png 32/mod_contacts.png 32/mod_infostore.png 32/mod_mail.png 32/mod_portal.png 32/mod_tasks.png 32/options.png 32/picture_add.png 32/picture_remove.png 32/print.png 32/reply_all.png 32/reply.png 32/save_as_link.png 32/save.png 32/tag_10.png 32/tag_1.png 32/tag_2.png 32/tag_3.png 32/tag_4.png 32/tag_5.png 32/tag_6.png 32/tag_7.png 32/tag_8.png 32/tag_9.png 32/tag_remove.png 32/task_copy.png 32/task_move.png 32/teamchange.png
- theme/img/toolbar/toolbar_bg.gif