summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/garland/style.css b/themes/garland/style.css
index b01e2af36..01762cfac 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -226,6 +226,14 @@ tr.even {
background-color: #fff;
}
+tr.drag {
+ background-color: #fffff0;
+}
+
+tr.drag-previous {
+ background-color: #ffd;
+}
+
tr.odd td.active {
background-color: #ddecf5;
}