<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: default/css/calendar.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/calendar.css,v
retrieving revision 1.19
retrieving revision 1.15
diff -r1.19 -r1.15
295,469d294
&lt; 
&lt; /*** IMIP ***/
&lt; 
&lt; .imip {
&lt;     background-color: white;
&lt;     padding: 15px 20px;
&lt; }
&lt; 
&lt; .imip .date {
&lt;     font-size: 11pt;
&lt;     color: #ccc;
&lt; }
&lt; 
&lt; .imip .interval {
&lt;     color: #555;
&lt;     white-space: nowrap;
&lt;     float: right;
&lt; }
&lt; 
&lt; .imip .day {
&lt;     color: #888;
&lt; }
&lt; 
&lt; .imip .title {
&lt;     font-size: 18pt;
&lt;     line-height: 22pt;
&lt;     margin: 0.25em 0 0.25em 0;
&lt; }
&lt; 
&lt; .imip .location {
&lt;     font-size: 11pt;
&lt;     color: #888;
&lt;     margin: 0.25em 0;
&lt; }
&lt; 
&lt; .imip .label {
&lt;     font-size: 9pt;
&lt;     color: #888;
&lt;     clear: both;
&lt;     border-bottom: 1px solid #ccc;
&lt;     padding: 1em 0 0.25em 0em;
&lt;     margin-bottom: 0.5em;
&lt; }
&lt; 
&lt; .imip .note {
&lt;     max-width: 550px;
&lt;     white-space: pre-wrap;
&lt;     margin: 1em 0;
&lt;     -webkit-user-select: text;
&lt;     -moz-user-select: text;
&lt;     user-select: text;
&lt;     cursor: text;
&lt; }
&lt; 
&lt; .imip .participants {
&lt;     min-height: 2em;
&lt; }
&lt; 
&lt; .imip .link {
&lt;     cursor: pointer;
&lt;     text-decoration: underline;
&lt;     color: #00a0cd;
&lt; }
&lt; 
&lt; .imip .actions {
&lt;     height: 2em;
&lt;     text-align: right;
&lt;     line-height: 2em;
&lt;     border-bottom: 1px solid #f0f0f0;
&lt; }
&lt; 
&lt; .imip .action {
&lt;     float: right;
&lt;     margin-right: 1em;
&lt; }
&lt; 
&lt; .imip .changes {
&lt;   margin: 1em 0;
&lt;   font-size: 11pt;
&lt; }
&lt;  
&lt; .imip .changes .original {
&lt;   font-weight: bold;
&lt; }
&lt;  
&lt; .imip .changes .recurrencePosition {
&lt;   font-weight: bold;
&lt; }
&lt;  
&lt; .imip .changes .updated {
&lt;   color: green;
&lt;   font-weight: bold;
&lt; }
&lt; 
&lt; .imip changes {
&lt;    margin-bottom: 2em;
&lt;    font-family: OpenSans, Helvetica, Arial, sans-serif;
&lt;    font-weight: 200;
&lt;    font-size: 12pt;
&lt; }
&lt; 
&lt; .imip .changes .original {
&lt;    font-weight: bold;
&lt; }
&lt; 
&lt; .imip .changes .recurrencePosition {
&lt;    font-weight: bold;
&lt; }
&lt; 
&lt; .imip .changes .updated {
&lt;    color: green;
&lt;    font-weight: bold;
&lt; }
&lt; 
&lt; .imip .person, .imip .person-link {
&lt;     color: #00A0CD;
&lt; }
&lt; 
&lt; .imip .participants-clear {
&lt;     clear: both;
&lt;     height: 1px;
&lt; }
&lt; 
&lt; .imip .participant-list {
&lt;     -webkit-column-width: 250px;
&lt;     -webkit-column-gap: 20px;
&lt;     -moz-column-width: 250px;
&lt;     -moz-column-gap: 20px;
&lt;     column-width: 250px;
&lt;     column-gap: 20px;
&lt; }
&lt; 
&lt; .imip .participant {
&lt;     min-height: 2em;
&lt;     line-height: 1.2em;
&lt;     display: inline-block;
&lt;     width: 250px; 
&lt;     float: left;
&lt;     overflow: hidden;
&lt;     text-overflow: ellipsis;
&lt;     margin: 0 20px 0.5em 0;
&lt;     white-space: nowrap;
&lt; }
&lt; 
&lt; .imip .detail-label {
&lt;     display: inline-block;
&lt;     width: 80px;
&lt;     white-space: nowrap;
&lt;     color: #666;
&lt; }
&lt; 
&lt; .imip .detail {
&lt;     white-space: nowrap;
&lt; }
&lt; 
&lt; .imip .detail.shown_as {
&lt;     display: inline-block;
&lt;     height: 1.5em;
&lt;     width: 1em;
&lt; }
&lt; 
&lt; .shown_as.reserved { background-color: #08c; } /* blue */
&lt; .shown_as.temporary { background-color: #fc0; } /* yellow */
&lt; .shown_as.absent { background-color: #913F3F; } /* red */
&lt; .shown_as.free { background-color: #8EB360; } /* green */
&lt; 
&lt; .shown_as_label.reserved { color: #08c; } /* blue */
&lt; .shown_as_label.temporary { color: #fc0; } /* yellow */
&lt; .shown_as_label.absent { color: #913F3F; } /* red */
&lt; .shown_as_label.free { color: #8EB360; } /* green */
&lt; 
&lt; .imip .participant .status { }
&lt; .imip .participant .status.accepted { color: #8EB360; } /* green */
&lt; .imip .participant .status.declined { color: #913F3F; } /* red */
&lt; .imip .participant .status.tentative { color: #c80; } /* orange */
\ No newline at end of file
Index: default/css/global.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/global.css,v
retrieving revision 1.106
retrieving revision 1.104
diff -r1.106 -r1.104
909a910,916
&gt; /* for mac users */
&gt; .macos .ox-embedded-close {
&gt;     position: absolute;
&gt;     top: 7px;
&gt;     left: 10px;
&gt; }
&gt; 
1083,1098d1089
&lt; 
&lt; a.common-link {
&lt;     color: #3A6FCF;
&lt;     text-decoration: underline;
&lt; }
&lt; 
&lt; input.monospace {
&lt;     font-family: monospace;
&lt;     font-size: 11pt;
&lt;     padding: 5px 10px 5px 10px;
&lt; }
&lt; 
&lt; select.monospace, select.monospace option {
&lt;     font-family: monospace;
&lt;     font-size: 11pt;
&lt; }
Index: default/css/iframe.css
===================================================================
RCS file: /var/lib/cvs/open-xchange-gui/themes/default/css/iframe.css,v
retrieving revision 1.13
retrieving revision 1.12
diff -r1.13 -r1.12
7,42d6
&lt; body.show-source {
&lt;     background-color: lightyellow;
&lt;     margin: 0px;
&lt;     padding: 10px;
&lt;     border-top: 5px solid #fc0;
&lt; }
&lt; 
&lt; .show-source .header {
&lt;     background-color: lightyellow;
&lt;     position: absolute;
&lt;     top: 5px; 
&lt;     left: 0; 
&lt;     right: 10px; 
&lt;     height: 25px; 
&lt;     line-height: 25px;
&lt;     text-align: right;
&lt; }
&lt; 
&lt; .show-source .content {
&lt;     background-color: lightyellow;
&lt;     position: absolute;
&lt;     top: 30px;
&lt;     left: 0;
&lt;     right: 0;
&lt;     bottom: 0;
&lt;     padding: 10px;
&lt; }
&lt; 
&lt; .show-source .content textarea {
&lt;     background-color: lightyellow;
&lt;     width: 100%;
&lt;     height: 100%;
&lt;     border: 0px none;
&lt;     whiteSpace: pre;
&lt; }
&lt; 
</pre></body></html>