Overview
Request 2440 (accepted)
Check in 0.3.11
- Created by vanmeeuwen about 6 years ago
- In state accepted
Submit package Kolab:Winterfell / roundcubema...-chameleon to package Kolab:16 / roundcubemail-skin-chameleon
roundcubemail-skin-chameleon.spec
Changed
x
1
2
Name: roundcubemail-skin-chameleon
3
-Version: 0.3.10
4
-Release: 2%{?dist}
5
+Version: 0.3.11
6
+Release: 1%{?dist}
7
Summary: Kolab skin for Roundcube
8
9
Group: Web/Applications
10
11
URL: http://www.kolab.org
12
Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
13
14
-Patch001: T4371.patch
15
-
16
BuildArch: noarch
17
18
%if "%{_arch}" != "ppc64" && "%{_arch}" != "ppc64le"
19
20
%prep
21
%setup -q
22
23
-%patch001 -p1
24
-
25
%build
26
27
%install
28
29
%{_datadir}/roundcubemail/public_html/assets/skins/chameleon/
30
31
%changelog
32
+* Thu Mar 21 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.11-1
33
+- Release 0.3.11
34
+
35
* Sat Jan 19 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.10-2
36
- Patch T4371
37
38
T4371.patch
Deleted
83
1
2
-commit 5c6c59dc12b9870b836c0e30854df990db4d443e
3
-Author: Aleksander Machniak <machniak@kolabsys.com>
4
-Date: Thu Oct 25 08:30:37 2018 +0000
5
-
6
- Fix selected folder color in Files/Calendar/Tasks (T4371)
7
-
8
- + some other small fixes
9
-
10
-diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
11
-index e18c018..7ba1f44 100644
12
---- a/skins/chameleon/styles.less
13
-+++ b/skins/chameleon/styles.less
14
-@@ -174,6 +174,7 @@ body.login #header {
15
- #mainscreencontent,
16
- #tasksview,
17
- .tasklistview #tagsbox,
18
-+#tasklistbox,
19
- #folderlistbox,
20
- #filelistcontainer,
21
- #fileinfobox,
22
-@@ -435,6 +436,10 @@ body.login #header {
23
- background-position: -5px -2959px;
24
- }
25
-
26
-+#ktaskpopup a.button-chat .button-inner {
27
-+ background-image: none; /* TODO */
28
-+}
29
-+
30
- .ktaskmenu .dropdownhandle {
31
- position: absolute;
32
- display: block;
33
-@@ -614,7 +619,8 @@ ul.listing.focus .listitem.focused span {
34
- outline: none;
35
- }
36
-
37
--ul.treelist li.selected a:focus {
38
-+ul.treelist li.selected > div > a:focus,
39
-+ul.treelist li.selected > a:focus {
40
- color: @list-selected-text !important;
41
- }
42
-
43
-@@ -2227,14 +2233,34 @@ a.button.changeformat.text.selected span.icon {
44
- color: @text-color;
45
- }
46
-
47
--#tasklistsbox .treelist li.selected > div span.listname,
48
--#calendars .treelist li.selected > div span.calname,
49
--#directorylist li.addressbook.selected > div a,
50
--.notesview #notebooks li.selected > div .listname,
51
--#files-folder-list ul li.selected > span.name {
52
-+.treelist li > div > a {
53
-+ color: @list-text !important;
54
-+}
55
-+
56
-+.treelist li > div.virtual > a {
57
-+ color: #aaa !important;
58
-+}
59
-+
60
-+.treelist li > div > a,
61
-+#files-folder-list ul li > .name {
62
-+ top: 3px !important;
63
-+}
64
-+
65
-+.treelist li.selected > div > a,
66
-+#files-folder-list ul li.selected > .name {
67
- color: @list-selected-text !important;
68
- }
69
-
70
-+.treelist li.selected > div > a,
71
-+#files-folder-list ul li.selected > .name {
72
-+ color: @list-selected-text !important;
73
-+}
74
-+
75
-+html.mozilla .treelist li > div > input {
76
-+ top: 2px !important;
77
-+ left: 15px !important;
78
-+}
79
-+
80
- #directorylist li.addressbook.readonly {
81
- background-position: 98% -2121px;
82
- }
83
debian.changelog
Changed
11
1
2
+roundcubemail-skin-chameleon (0.3.11-0~kolab1) unstable; urgency=low
3
+
4
+ * Release 0.3.11
5
+
6
+ -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 21 Mar 2019 18:41:13 +0200
7
+
8
roundcubemail-skin-chameleon (0.3.10-0~kolab2) unstable; urgency=low
9
10
* Patch T4371
11
debian.series
Changed
3
1
2
-T4371.patch -p1
3
roundcubemail-skin-chameleon-0.3.10.tar.gz/skins/chameleon/meta.json -> roundcubemail-skin-chameleon-0.3.11.tar.gz/skins/chameleon/meta.json
Changed
8
1
2
"author": "Kolab Systems AG, Zurich, Switzerland",
3
"license": "GNU Affero General Public License",
4
"license-url": "http://www.gnu.org/licenses/agpl.html",
5
- "version": "0.3.10"
6
+ "version": "0.3.11"
7
}
8
roundcubemail-skin-chameleon-0.3.10.tar.gz/skins/chameleon/styles.less -> roundcubemail-skin-chameleon-0.3.11.tar.gz/skins/chameleon/styles.less
Changed
179
1
2
#mainscreencontent,
3
#tasksview,
4
.tasklistview #tagsbox,
5
+#tasklistbox,
6
#folderlistbox,
7
#filelistcontainer,
8
#fileinfobox,
9
10
background-position: -5px -2959px;
11
}
12
13
+#ktaskpopup a.button-chat .button-inner {
14
+ background-image: none; /* TODO */
15
+}
16
+
17
.ktaskmenu .dropdownhandle {
18
position: absolute;
19
display: block;
20
21
outline: none;
22
}
23
24
-ul.treelist li.selected a:focus {
25
+ul.treelist li.selected > div > a:focus,
26
+ul.treelist li.selected > a:focus {
27
color: @list-selected-text !important;
28
}
29
30
31
color: @text-color;
32
}
33
34
-#tasklistsbox .treelist li.selected > div span.listname,
35
-#calendars .treelist li.selected > div span.calname,
36
-#directorylist li.addressbook.selected > div a,
37
-.notesview #notebooks li.selected > div .listname,
38
-#files-folder-list ul li.selected > span.name {
39
+.treelist li > div > a {
40
+ color: @list-text !important;
41
+}
42
+
43
+.treelist li > div.virtual > a {
44
+ color: #aaa !important;
45
+}
46
+
47
+.treelist li > div > a,
48
+#files-folder-list ul li > .name {
49
+ top: 3px !important;
50
+}
51
+
52
+.treelist li.selected > div > a,
53
+#files-folder-list ul li.selected > .name {
54
color: @list-selected-text !important;
55
}
56
57
+.treelist li.selected > div > a,
58
+#files-folder-list ul li.selected > .name {
59
+ color: @list-selected-text !important;
60
+}
61
+
62
+html.mozilla .treelist li > div > input {
63
+ top: 2px !important;
64
+ left: 15px !important;
65
+}
66
+
67
#directorylist li.addressbook.readonly {
68
background-position: 98% -2121px;
69
}
70
71
height: 47px;
72
}
73
74
-.calendarmain .fc-content {
75
+#calendar > .fc-content {
76
top: 47px;
77
}
78
79
80
background-position: center -810px;
81
}
82
83
+.calendarmain #calendar .fc-left .fc-button,
84
.calendarmain #calendar .fc-header-left .fc-button {
85
background-image: url(images/buttons.png);
86
}
87
88
+.calendarmain #calendar .fc-left .fc-agendaDay-button,
89
.calendarmain #calendar .fc-header-left .fc-button-agendaDay {
90
background-position: center -1864px;
91
}
92
93
+.calendarmain #calendar .fc-left .fc-agendaDay-button.fc-state-active,
94
.calendarmain #calendar .fc-header-left .fc-button-agendaDay.fc-state-active {
95
background-position: center -1904px;
96
}
97
98
+.calendarmain #calendar .fc-left .fc-agendaWeek-button,
99
.calendarmain #calendar .fc-header-left .fc-button-agendaWeek {
100
background-position: center -1944px;
101
}
102
103
+.calendarmain #calendar .fc-left .fc-agendaWeek-button.fc-state-active,
104
.calendarmain #calendar .fc-header-left .fc-button-agendaWeek.fc-state-active {
105
background-position: center -1984px;
106
}
107
108
+.calendarmain #calendar .fc-left .fc-month-button,
109
.calendarmain #calendar .fc-header-left .fc-button-month {
110
background-position: center -2024px;
111
}
112
113
+.calendarmain #calendar .fc-left .fc-month-button.fc-state-active,
114
.calendarmain #calendar .fc-header-left .fc-button-month.fc-state-active {
115
background-position: center -2064px;
116
}
117
118
+.calendarmain #calendar .fc-left .fc-list-button,
119
.calendarmain #calendar .fc-header-left .fc-button-table {
120
background-position: center -2104px;
121
}
122
123
+.calendarmain #calendar .fc-left .fc-list-button.fc-state-active,
124
.calendarmain #calendar .fc-header-left .fc-button-table.fc-state-active {
125
background-position: center -2144px;
126
}
127
128
+.calendarmain #calendar .fc-toolbar.fc-header-toolbar {
129
+ margin-bottom: 16px;
130
+}
131
+
132
+.calendarmain #calendar .fc-header-toolbar .fc-right {
133
+ padding-top: 1px;
134
+}
135
+
136
.calendarmain #calendar .fc-header-right {
137
padding-top: 3px;
138
}
139
140
141
.fc-view thead th.fc-widget-header {
142
color: @text-color;
143
+ padding: 9px 0;
144
}
145
146
+tbody.fc-body > tr > .fc-widget-content,
147
+.fc-head-container,
148
+.fc-list-view,
149
.fc-view-table {
150
- border: none;
151
+ border: 0 !important;
152
+}
153
+
154
+.fc-head-container {
155
+ border-bottom: 1px solid #ddd !important;
156
+}
157
+
158
+.fc-day-number {
159
+ color: #888;
160
}
161
162
.calendarmain .fc-view-table tr.fc-event td {
163
164
}
165
166
#agendaoptions {
167
- background: @header-background;
168
+ background: #fff;
169
border-radius: 0;
170
- border: none;
171
- padding: 9px 8px;
172
+ border: 0;
173
+ padding: 0 8px;
174
+ height: 43px;
175
+ line-height: 43px;
176
}
177
178
#agendaoptions label {
179
roundcubemail-skin-chameleon.dsc
Changed
17
1
2
Source: roundcubemail-skin-chameleon
3
Binary: roundcubemail-skin-chameleon
4
Architecture: all
5
-Version: 0.3.10-0~kolab2
6
+Version: 0.3.11-0~kolab1
7
Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
8
Uploaders: Paul Klos <kolab@klos2day.nl>
9
Standards-Version: 3.9.3
10
11
Package-List:
12
roundcubemail-skin-chameleon deb web extra
13
Files:
14
- 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.10.tar.gz
15
+ 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.11.tar.gz
16
00000000000000000000000000000000 0 debian.tar.gz
17
Refresh
Refresh
Login required, please
login
in order to comment
Request History
vanmeeuwen created request about 6 years ago
Check in 0.3.11
vanmeeuwen accepted review about 6 years ago
Accept
vanmeeuwen accepted review about 6 years ago
Accept
vanmeeuwen approved review about 6 years ago
Accept
vanmeeuwen accepted request about 6 years ago
Accept