summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index fcf5ac8..e09821e 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -134,17 +134,21 @@ table.patchlist td img {
vertical-align: bottom;
}
-table.patchlist td.patchlistfilters {
- background: #c0c0ff;
- border-top: thin solid gray;
- border-bottom: thin solid black;
- font-size: smaller;
+.filters {
+ border: 1px solid #cccccc;
+ border-radius: 4px;
+ padding: 10px 20px;
+ margin-bottom: 20px;
}
-td.patchlistfilters a {
- color: black;
+a.filter-action {
+ color: black;
+}
+a.filter-action:hover {
+ text-decoration: none;
}
+
table.patchlist td.patchlistreorder {
background: #c0c0ff;
border-top: thin solid gray;