From 8e6ccceb281c33b6fd24ac6e04e46b29eb30d7ac Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 9 Dec 2011 17:11:36 -0800 Subject: [PATCH] [#692] Remove selected gradient from context menu tables --- public/images/selected-gradient.jpg | Bin 333 -> 0 bytes public/stylesheets/application.css | 3 --- 2 files changed, 3 deletions(-) delete mode 100644 public/images/selected-gradient.jpg diff --git a/public/images/selected-gradient.jpg b/public/images/selected-gradient.jpg deleted file mode 100644 index 09f8514235e0e6e14210fd894e8c32232792dafd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 333 zcmex=C5bm;@P_1sVSzVF+gcx(et>1Ylw21UnTW z!oa}H%EThTz>KDnQCKlh5Gclstdv1WQCQ^vEe0NDMxZUsf(-Ty_h&7hUmRrGQL8>t Q>zCt8n}tixO#Oco00>Vhpa1{> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2adfd8de..74fe34b0 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1650,9 +1650,6 @@ form#issue-list { #content table tr.even { background-color:#f9f9f9; } -#content table tr.context-menu-selection { - background:#FEFBD0 url(../images/selected-gradient.jpg) repeat-x left top; -} #content table td.priority { text-align:center; }