summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2014-09-21 00:17:14 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-11-05 03:51:35 +0000
commita8c5bf673d035055cdbf73883a883bfd78891bdb (patch)
treef0219f00b636fd1f7e8e36b797c0e9e29c0276a4 /htdocs
parent5a46b8f87e692901610788cb3ccd14059b166167 (diff)
downloadpatchwork-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.css5
-rw-r--r--htdocs/images/16-circle-blue-add.pngbin477 -> 0 bytes
-rw-r--r--htdocs/images/16-circle-blue-remove.pngbin475 -> 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
deleted file mode 100644
index 130c91a..0000000
--- a/htdocs/images/16-circle-blue-add.png
+++ /dev/null
Binary files differ
diff --git a/htdocs/images/16-circle-blue-remove.png b/htdocs/images/16-circle-blue-remove.png
deleted file mode 100644
index 6da0f20..0000000
--- a/htdocs/images/16-circle-blue-remove.png
+++ /dev/null
Binary files differ