From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- skins/larry/ui.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/skins/larry/ui.js b/skins/larry/ui.js index a4c29fd..a1c00eb 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -532,6 +532,7 @@ y -= step; element.css('background-position', '0 -' + y + 'px'); + element.attr('class', 'countdisplay p' + (Math.round(p.percent / 10) * 10)); if (p.table) { if (!menu.length) -- Gitblit v1.9.1