From: Damien Lespiau Date: Sat, 20 Sep 2014 23:17:14 +0000 (+0100) Subject: filters: Use the glyphicons for add/remove signs X-Git-Tag: v1.1.0~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c5bf673d035055cdbf73883a883bfd78891bdb;p=thirdparty%2Fpatchwork.git filters: Use the glyphicons for add/remove signs They give a much better contrast the the one already there. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 62b0c3c7..fcf5ac8c 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -140,6 +140,11 @@ table.patchlist td.patchlistfilters { border-bottom: thin solid black; font-size: smaller; } + +td.patchlistfilters a { + color: black; +} + table.patchlist td.patchlistreorder { background: #c0c0ff; border-top: thin solid gray; diff --git a/htdocs/images/16-circle-blue-add.png b/htdocs/images/16-circle-blue-add.png deleted file mode 100644 index 130c91ad..00000000 Binary files a/htdocs/images/16-circle-blue-add.png and /dev/null differ diff --git a/htdocs/images/16-circle-blue-remove.png b/htdocs/images/16-circle-blue-remove.png deleted file mode 100644 index 6da0f203..00000000 Binary files a/htdocs/images/16-circle-blue-remove.png and /dev/null differ diff --git a/patchwork/templates/patchwork/filters.html b/patchwork/templates/patchwork/filters.html index 10ca587c..7652db50 100644 --- a/patchwork/templates/patchwork/filters.html +++ b/patchwork/templates/patchwork/filters.html @@ -149,17 +149,14 @@ function submitter_field_change(field) {% for filter in filters.applied_filters %} {{ filter.name }} = {{ filter.condition }} {% if not filter.forced %} - remove filter +    {% endif %} {% if not forloop.last %}   |   {% endif %} {% endfor %} {% else %} - none - add filter + none   {% endif %}