diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-09-21 00:17:14 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-05 03:51:35 +0000 |
commit | a8c5bf673d035055cdbf73883a883bfd78891bdb (patch) | |
tree | f0219f00b636fd1f7e8e36b797c0e9e29c0276a4 /htdocs | |
parent | 5a46b8f87e692901610788cb3ccd14059b166167 (diff) | |
download | patchwork-a8c5bf673d035055cdbf73883a883bfd78891bdb.tar patchwork-a8c5bf673d035055cdbf73883a883bfd78891bdb.tar.gz |
filters: Use the glyphicons for add/remove signs
They give a much better contrast the the one already there.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/css/style.css | 5 | ||||
-rw-r--r-- | htdocs/images/16-circle-blue-add.png | bin | 477 -> 0 bytes | |||
-rw-r--r-- | htdocs/images/16-circle-blue-remove.png | bin | 475 -> 0 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 62b0c3c..fcf5ac8 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 Binary files differdeleted file mode 100644 index 130c91a..0000000 --- a/htdocs/images/16-circle-blue-add.png +++ /dev/null diff --git a/htdocs/images/16-circle-blue-remove.png b/htdocs/images/16-circle-blue-remove.png Binary files differdeleted file mode 100644 index 6da0f20..0000000 --- a/htdocs/images/16-circle-blue-remove.png +++ /dev/null |