Projects
Kolab:16
roundcubemail-skin-chameleon
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
roundcubemail-skin-chameleon.spec
Changed
@@ -1,6 +1,6 @@ Name: roundcubemail-skin-chameleon -Version: 0.3.10 -Release: 2%{?dist} +Version: 0.3.11 +Release: 1%{?dist} Summary: Kolab skin for Roundcube Group: Web/Applications @@ -8,8 +8,6 @@ URL: http://www.kolab.org Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz -Patch001: T4371.patch - BuildArch: noarch %if "%{_arch}" != "ppc64" && "%{_arch}" != "ppc64le" @@ -52,8 +50,6 @@ %prep %setup -q -%patch001 -p1 - %build %install @@ -128,6 +124,9 @@ %{_datadir}/roundcubemail/public_html/assets/skins/chameleon/ %changelog +* Thu Mar 21 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.11-1 +- Release 0.3.11 + * Sat Jan 19 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.10-2 - Patch T4371
View file
T4371.patch
Deleted
@@ -1,81 +0,0 @@ -commit 5c6c59dc12b9870b836c0e30854df990db4d443e -Author: Aleksander Machniak <machniak@kolabsys.com> -Date: Thu Oct 25 08:30:37 2018 +0000 - - Fix selected folder color in Files/Calendar/Tasks (T4371) - - + some other small fixes - -diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less -index e18c018..7ba1f44 100644 ---- a/skins/chameleon/styles.less -+++ b/skins/chameleon/styles.less -@@ -174,6 +174,7 @@ body.login #header { - #mainscreencontent, - #tasksview, - .tasklistview #tagsbox, -+#tasklistbox, - #folderlistbox, - #filelistcontainer, - #fileinfobox, -@@ -435,6 +436,10 @@ body.login #header { - background-position: -5px -2959px; - } - -+#ktaskpopup a.button-chat .button-inner { -+ background-image: none; /* TODO */ -+} -+ - .ktaskmenu .dropdownhandle { - position: absolute; - display: block; -@@ -614,7 +619,8 @@ ul.listing.focus .listitem.focused span { - outline: none; - } - --ul.treelist li.selected a:focus { -+ul.treelist li.selected > div > a:focus, -+ul.treelist li.selected > a:focus { - color: @list-selected-text !important; - } - -@@ -2227,14 +2233,34 @@ a.button.changeformat.text.selected span.icon { - color: @text-color; - } - --#tasklistsbox .treelist li.selected > div span.listname, --#calendars .treelist li.selected > div span.calname, --#directorylist li.addressbook.selected > div a, --.notesview #notebooks li.selected > div .listname, --#files-folder-list ul li.selected > span.name { -+.treelist li > div > a { -+ color: @list-text !important; -+} -+ -+.treelist li > div.virtual > a { -+ color: #aaa !important; -+} -+ -+.treelist li > div > a, -+#files-folder-list ul li > .name { -+ top: 3px !important; -+} -+ -+.treelist li.selected > div > a, -+#files-folder-list ul li.selected > .name { - color: @list-selected-text !important; - } - -+.treelist li.selected > div > a, -+#files-folder-list ul li.selected > .name { -+ color: @list-selected-text !important; -+} -+ -+html.mozilla .treelist li > div > input { -+ top: 2px !important; -+ left: 15px !important; -+} -+ - #directorylist li.addressbook.readonly { - background-position: 98% -2121px; - }
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail-skin-chameleon (0.3.11-0~kolab1) unstable; urgency=low + + * Release 0.3.11 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Thu, 21 Mar 2019 18:41:13 +0200 + roundcubemail-skin-chameleon (0.3.10-0~kolab2) unstable; urgency=low * Patch T4371
View file
debian.series
Changed
@@ -1,1 +0,0 @@ -T4371.patch -p1
View file
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
@@ -4,5 +4,5 @@ "author": "Kolab Systems AG, Zurich, Switzerland", "license": "GNU Affero General Public License", "license-url": "http://www.gnu.org/licenses/agpl.html", - "version": "0.3.10" + "version": "0.3.11" }
View file
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
@@ -174,6 +174,7 @@ #mainscreencontent, #tasksview, .tasklistview #tagsbox, +#tasklistbox, #folderlistbox, #filelistcontainer, #fileinfobox, @@ -435,6 +436,10 @@ background-position: -5px -2959px; } +#ktaskpopup a.button-chat .button-inner { + background-image: none; /* TODO */ +} + .ktaskmenu .dropdownhandle { position: absolute; display: block; @@ -614,7 +619,8 @@ outline: none; } -ul.treelist li.selected a:focus { +ul.treelist li.selected > div > a:focus, +ul.treelist li.selected > a:focus { color: @list-selected-text !important; } @@ -2227,14 +2233,34 @@ color: @text-color; } -#tasklistsbox .treelist li.selected > div span.listname, -#calendars .treelist li.selected > div span.calname, -#directorylist li.addressbook.selected > div a, -.notesview #notebooks li.selected > div .listname, -#files-folder-list ul li.selected > span.name { +.treelist li > div > a { + color: @list-text !important; +} + +.treelist li > div.virtual > a { + color: #aaa !important; +} + +.treelist li > div > a, +#files-folder-list ul li > .name { + top: 3px !important; +} + +.treelist li.selected > div > a, +#files-folder-list ul li.selected > .name { color: @list-selected-text !important; } +.treelist li.selected > div > a, +#files-folder-list ul li.selected > .name { + color: @list-selected-text !important; +} + +html.mozilla .treelist li > div > input { + top: 2px !important; + left: 15px !important; +} + #directorylist li.addressbook.readonly { background-position: 98% -2121px; } @@ -2546,7 +2572,7 @@ height: 47px; } -.calendarmain .fc-content { +#calendar > .fc-content { top: 47px; } @@ -2570,42 +2596,59 @@ background-position: center -810px; } +.calendarmain #calendar .fc-left .fc-button, .calendarmain #calendar .fc-header-left .fc-button { background-image: url(images/buttons.png); } +.calendarmain #calendar .fc-left .fc-agendaDay-button, .calendarmain #calendar .fc-header-left .fc-button-agendaDay { background-position: center -1864px; } +.calendarmain #calendar .fc-left .fc-agendaDay-button.fc-state-active, .calendarmain #calendar .fc-header-left .fc-button-agendaDay.fc-state-active { background-position: center -1904px; } +.calendarmain #calendar .fc-left .fc-agendaWeek-button, .calendarmain #calendar .fc-header-left .fc-button-agendaWeek { background-position: center -1944px; } +.calendarmain #calendar .fc-left .fc-agendaWeek-button.fc-state-active, .calendarmain #calendar .fc-header-left .fc-button-agendaWeek.fc-state-active { background-position: center -1984px; } +.calendarmain #calendar .fc-left .fc-month-button, .calendarmain #calendar .fc-header-left .fc-button-month { background-position: center -2024px; } +.calendarmain #calendar .fc-left .fc-month-button.fc-state-active, .calendarmain #calendar .fc-header-left .fc-button-month.fc-state-active { background-position: center -2064px; } +.calendarmain #calendar .fc-left .fc-list-button, .calendarmain #calendar .fc-header-left .fc-button-table { background-position: center -2104px; } +.calendarmain #calendar .fc-left .fc-list-button.fc-state-active, .calendarmain #calendar .fc-header-left .fc-button-table.fc-state-active { background-position: center -2144px; } +.calendarmain #calendar .fc-toolbar.fc-header-toolbar { + margin-bottom: 16px; +} + +.calendarmain #calendar .fc-header-toolbar .fc-right { + padding-top: 1px; +} + .calendarmain #calendar .fc-header-right { padding-top: 3px; } @@ -2646,10 +2689,22 @@ .fc-view thead th.fc-widget-header { color: @text-color; + padding: 9px 0; } +tbody.fc-body > tr > .fc-widget-content, +.fc-head-container, +.fc-list-view, .fc-view-table { - border: none; + border: 0 !important; +} + +.fc-head-container { + border-bottom: 1px solid #ddd !important; +} + +.fc-day-number { + color: #888; } .calendarmain .fc-view-table tr.fc-event td { @@ -2662,10 +2717,12 @@ } #agendaoptions { - background: @header-background; + background: #fff; border-radius: 0; - border: none; - padding: 9px 8px; + border: 0; + padding: 0 8px; + height: 43px; + line-height: 43px; } #agendaoptions label {
View file
roundcubemail-skin-chameleon.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-skin-chameleon Binary: roundcubemail-skin-chameleon Architecture: all -Version: 0.3.10-0~kolab2 +Version: 0.3.11-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3 @@ -10,5 +10,5 @@ Package-List: roundcubemail-skin-chameleon deb web extra Files: - 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.10.tar.gz + 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.11.tar.gz 00000000000000000000000000000000 0 debian.tar.gz
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.