From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 22 Oct 2013 08:17:26 -0400 Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) --- skins/larry/svggradients.css | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/skins/larry/svggradients.css b/skins/larry/svggradients.css index 91192d7..2172ac3 100644 --- a/skins/larry/svggradients.css +++ b/skins/larry/svggradients.css @@ -7,8 +7,6 @@ * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original autors in the README file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. - * - * $Id$ */ input.button { @@ -134,17 +132,16 @@ } #messageheader, #partheader, #composeheaders { - background-image: url(svggradient.php?c=ffffff;e9e9e9); + background-image: url(svggradient.php?c=ffffff;f0f0f0); } -#full-headers { - background-image: url(svggradient.php?c=eaeaea;e9e9e9); +.moreheaderstoggle { + background-image: url(svggradient.php?c=fbfbfb;e9e9e9&h=1); } -#all-headers { - background-image: url(svggradient.php?c=f3f3f3;ffffff); +#messagelistfooter { + background-image: url(svggradient.php?c=ebebeb;c6c6c6); } - /*** jqueryui theme ***/ -- Gitblit v1.9.1