summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/web/html/css/aur.css b/web/html/css/aur.css
index bae8e217..a8fb0095 100644
--- a/web/html/css/aur.css
+++ b/web/html/css/aur.css
@@ -14,3 +14,22 @@
#pkg-stats td.stat-desc {
white-space: normal;
}
+
+#actionlist form {
+ margin: 0;
+ padding: 0;
+}
+
+#actionlist .text-button {
+ color: #07b;
+ background: none;
+ border: none;
+ padding: 0;
+ cursor: pointer;
+ font-size: 100%;
+}
+
+#actionlist .text-button:hover {
+ text-decoration: underline;
+ color: #666;
+}