aboutsummaryrefslogtreecommitdiff
path: root/static/mywatch.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/mywatch.css')
-rw-r--r--static/mywatch.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/mywatch.css b/static/mywatch.css
index 354c03a..aa0a761 100644
--- a/static/mywatch.css
+++ b/static/mywatch.css
@@ -1,4 +1,7 @@
#serverList li { display: inline-block; }
+table td.btn { opacity:0; max-width:1em; }
table th { text-align: center; }
+table tr:hover td.btn { opacity:1; }
table#processList td { white-space: nowrap; }
+table#processList td.mywatch-number { text-align: right; }
table#processList td.mywatch-query { white-space: pre-wrap; }