Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-06-28 09:30:29 +0300
committerAleksander Machniak <alec@alec.pl>2017-06-28 09:32:28 +0300
commitc608d063af249f4709506c7eaae080e922efb3a5 (patch)
tree3ebafa7fdb9eaf5c818b56a96863dd8ff6969ba1 /plugins
parentb7fe41def2dcc055455c20f2209876065def44a9 (diff)
Fix bug where a.button style from managesieve plugin could impact other elements (#5800)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/managesieve/skins/larry/managesieve.css14
1 files changed, 7 insertions, 7 deletions
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 {