Projects
Kolab:16:TestingLinked
roundcubemail-skin-chameleon
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
roundcubemail-skin-chameleon.spec
Changed
@@ -1,6 +1,6 @@ Name: roundcubemail-skin-chameleon Version: 0.3.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kolab skin for Roundcube Group: Web/Applications @@ -8,6 +8,8 @@ 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" @@ -50,6 +52,8 @@ %prep %setup -q +%patch001 -p1 + %build %install @@ -124,6 +128,9 @@ %{_datadir}/roundcubemail/public_html/assets/skins/chameleon/ %changelog +* Sat Jan 19 2019 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.10-2 +- Patch T4371 + * Wed Oct 3 2018 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.10-1 - Release of version 0.3.10
View file
T4371.patch
Added
@@ -0,0 +1,81 @@ +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.10-0~kolab2) unstable; urgency=low + + * Patch T4371 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sat, 19 Jan 2019 18:41:13 +0200 + roundcubemail-skin-chameleon (0.3.10-0~kolab1) unstable; urgency=low * Release 0.3.10
View file
debian.series
Changed
@@ -0,0 +1,1 @@ +T4371.patch -p1
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~kolab1 +Version: 0.3.10-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Standards-Version: 3.9.3
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
.