Projects
Kolab:Winterfell
roundcubemail
0010-Fix-bug-where-a.button-style-from-managesi...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0010-Fix-bug-where-a.button-style-from-managesieve-plugin.patch of Package roundcubemail (Revision 75)
Currently displaying revision
75
,
Show latest
From c608d063af249f4709506c7eaae080e922efb3a5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 28 Jun 2017 08:30:29 +0200 Subject: [PATCH 10/14] Fix bug where a.button style from managesieve plugin could impact other elements (#5800) --- CHANGELOG | 1 + plugins/managesieve/skins/larry/managesieve.css | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 04441b2d8..d651324d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ CHANGELOG Roundcube Webmail - Fix uninitialized string offset in rcube_utils::bin2ascii() and make sure rcube_utils::random_bytes() result has always requested length (#5788) - Fix bug where HTML messages with @media styles could moddify style of page body (#5811) - Fix style issue on selected and unfocused message that is part of a thread (#5798) +- Fix bug where a.button style from managesieve plugin could impact other elements (#5800) RELEASE 1.3.0 ------------- diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css index bee53f243..f0acb64c5 100644 --- a/plugins/managesieve/skins/larry/managesieve.css +++ b/plugins/managesieve/skins/larry/managesieve.css @@ -58,7 +58,7 @@ #filtersetslist tbody tr.disabled td { color: #87A3AA; - text-decoration: line-through; + text-decoration: line-through; } #filtersetslist tbody td @@ -280,13 +280,13 @@ span.sieve.error background-color: #eee; } -a.button +#filter-form a.button { margin: 0; padding: 0; } -a.button.add +#filter-form a.button.add { background: url(images/add.png?v=a165.280) no-repeat; width: 30px; @@ -295,7 +295,7 @@ a.button.add display: inline-block; } -a.button.del +#filter-form a.button.del { background: url(images/del.png?v=3c27.247) no-repeat; width: 30px; @@ -303,7 +303,7 @@ a.button.del display: inline-block; } -a.button.disabled +#filter-form a.button.disabled { opacity: 0.35; filter: alpha(opacity=35); @@ -419,8 +419,8 @@ body.iframe.mail #filter-form /* vacation form */ #settings-sections .vacation a { background-image: url(images/vacation_icons.png?v=e738.767); - background-repeat: no-repeat; - background-position: 7px 1px; + background-repeat: no-repeat; + background-position: 7px 1px; } #settings-sections .vacation.selected a { -- 2.13.0
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
.