Projects
Kolab:3.4:Updates
roundcubemail-skin-chameleon
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 16
View file
roundcubemail-skin-chameleon.spec
Changed
@@ -1,6 +1,6 @@ Name: roundcubemail-skin-chameleon -Version: 0.3.4 -Release: 2%{?dist} +Version: 0.3.5 +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 -Patch0: from-3.4-HEAD.patch - BuildArch: noarch %if 0%{?suse_version} < 1 @@ -47,8 +45,6 @@ %prep %setup -q -%patch0 -p1 - %build %install @@ -122,6 +118,11 @@ %{_datadir}/roundcubemail/public_html/assets/skins/chameleon/ %changelog +* Wed 25 Feb 2015 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.5-1 +- Release of version 0.3.5, see: + + https://issues.kolab.org/buglist.cgi?target_milestone=0.3.5&product=Chameleon%20Skin + * Tue Feb 17 2015 Daniel Hoffend <dh@dotlan.net> - 0.3.4-2 - Applied 2 patches (button overlay)
View file
from-3.4-HEAD.patch
Deleted
@@ -1,60 +0,0 @@ -diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less -index 6b56cdc..b431d3a 100644 ---- a/skins/chameleon/styles.less -+++ b/skins/chameleon/styles.less -@@ -152,6 +152,7 @@ body.login #header { - bottom: 15px; - } - -+.minimal #mainscreen.offset, - #mainscreen.offset { - top: 122px; - } -@@ -1143,6 +1144,7 @@ a.button span.icon, - .toolbar a.button:hover, - .toolbar a.button:focus, - .toolbar a.button.disabled, -+.toolbar a.button.disabled:hover, - .boxpagenav a.icon, - .draglayercopy:before, - .dropbutton .dropbuttontip, -@@ -1404,12 +1406,16 @@ input.button:focus, - .formbuttons input.button:hover { - border: none; - color: @button-color; -- background: #e0e0e0; -+ background-color: #e0e0e0; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - } - -+.toolbar a.button { -+ color: @text-color; -+} -+ - .ui-dialog .ui-dialog-buttonpane button.mainaction:focus, - .ui-dialog .ui-dialog-buttonpane button.mainaction:hover, - input.button.mainaction:focus, -@@ -1444,13 +1450,20 @@ a.button.disabled:hover, - input.button.disabled:hover, - input.button[disabled]:hover { - color: lighten(@button-color, 50%); -- background: #e7e7e7; -+ background-color: #e7e7e7; - box-shadow: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - opacity: 0.85; - } - -+.toolbar a.button.disabled, -+.toolbar a.button.disabled:hover { -+ color: lighten(@button-color, 50%); -+ background-color: transparent; -+ opacity: 0.4; -+} -+ - .pagenav a.button, - .pagenav a.button:hover, - .pagenav.dark a.button,
View file
debian.changelog
Changed
@@ -1,3 +1,11 @@ +roundcubemail-skin-chameleon (0.3.5-0~kolab1) unstable; urgency=low + + * Release 0.3.5; + + https://issues.kolab.org/buglist.cgi?target_milestone=0.3.5&product=Chameleon%20Skin + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 25 Feb 2015 18:41:13 +0200 + roundcubemail-skin-chameleon (0.3.4-0~kolab2) unstable; urgency=low * Applied 2 patches (button overlay)
View file
debian.series
Changed
@@ -1,1 +0,0 @@ -from-3.4-HEAD.patch -p1
View file
roundcubemail-skin-chameleon-0.3.4.tar.gz/skins/chameleon/meta.json -> roundcubemail-skin-chameleon-0.3.5.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.4" + "version": "0.3.5" }
View file
roundcubemail-skin-chameleon-0.3.4.tar.gz/skins/chameleon/styles.less -> roundcubemail-skin-chameleon-0.3.5.tar.gz/skins/chameleon/styles.less
Changed
@@ -152,6 +152,7 @@ bottom: 15px; } +.minimal #mainscreen.offset, #mainscreen.offset { top: 122px; } @@ -480,6 +481,11 @@ border-radius: 0; } +.uibox.errorbox { + position: relative; + top: 80px; +} + /** font/text styles **/ h1.boxtitle, @@ -1124,7 +1130,7 @@ } #rcmKSearchpane ul li.group i.icon { - background-position: -2px -3165px; + background-position: -2px -3164px; } #rcmKSearchpane ul li.resource i.icon { @@ -1143,6 +1149,7 @@ .toolbar a.button:hover, .toolbar a.button:focus, .toolbar a.button.disabled, +.toolbar a.button.disabled:hover, .boxpagenav a.icon, .draglayercopy:before, .dropbutton .dropbuttontip, @@ -1404,12 +1411,16 @@ .formbuttons input.button:hover { border: none; color: @button-color; - background: #e0e0e0; + background-color: #e0e0e0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } +.toolbar a.button { + color: @text-color; +} + .ui-dialog .ui-dialog-buttonpane button.mainaction:focus, .ui-dialog .ui-dialog-buttonpane button.mainaction:hover, input.button.mainaction:focus, @@ -1444,13 +1455,20 @@ input.button.disabled:hover, input.button[disabled]:hover { color: lighten(@button-color, 50%); - background: #e7e7e7; + background-color: #e7e7e7; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; opacity: 0.85; } +.toolbar a.button.disabled, +.toolbar a.button.disabled:hover { + color: lighten(@button-color, 50%); + background-color: transparent; + opacity: 0.4; +} + .pagenav a.button, .pagenav a.button:hover, .pagenav.dark a.button, @@ -2183,16 +2201,33 @@ background-image: url(images/listicons.png) !important; } -#directorylist li.contactgroup.selected a { +#directorylist li.contactgroup.selected a, +#directorylist ul li.contactgroup.selected a { background-position: 32px -2268px; } +#directorylist ul ul li.contactgroup.selected a { + background-position: 58px -2268px; +} + +#directorylist ul ul ul li.contactgroup.selected a { + background-position: 84px -2268px; +} + #directorylist li.addressbook a, #directorylist li.addressbook.selected > div a, #compose-contacts li.addressbook.selected a { background-position: 6px -768px; } +#directorylist ul li.addressbook.selected > div a { + background-position: 32px -766px; +} + +#directorylist ul ul li.addressbook.selected > div a { + background-position: 58px -766px; +} + #calendars .treelist div:hover span.actions, #tasklistsbox .treelist div:hover span.actions, .notesview #notebooksbox .treelist div:hover span.actions,
View file
roundcubemail-skin-chameleon.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail-skin-chameleon Binary: roundcubemail-skin-chameleon Architecture: all -Version: 0.3.4-0~kolab2 +Version: 0.3.5-0~kolab1 Maintainer: Christoph Wickert <wickert@kolabsys.com> Uploaders: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>, 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.4.tar.gz + 00000000000000000000000000000000 0 roundcubemail-skin-chameleon-0.3.5.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
.