From bf49b20511c56a54b3bb550694c49ded850f28ab Mon Sep 17 00:00:00 2001 From: Stephen Connolly Date: Fri, 3 Mar 2017 00:05:53 +0000 Subject: [PATCH] [JENKINS-42443] Oops missed checking this in --- war/src/main/webapp/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 4f9c1fc24b..75ec6bc749 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -1719,6 +1719,17 @@ table#legend-table td { vertical-align: middle; } +/* ========================= select.jelly ================== */ +select.select-ajax-pending { + padding-left: 1.5em; + padding-top: 0.5em; + padding-bottom: 0.5em; + color: transparent; + background-image: url(../images/spinner.gif); /* this is why here and not in an adjunct */ + background-repeat: no-repeat; + background-position: 2px; +} + /* ========================= Button styles ================= */ .btn-box { display:block; -- GitLab