summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-14 09:50:00 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-14 09:50:00 +0000
commit6049f23760cc3653e46ee4bf3f7843590d9954f8 (patch)
treeed41382080f5f28965e5c73bc9eb4a9ccb565f37 /themes
parent44373cf0b16a181b5dd380b1f6e6aae1e2d118d5 (diff)
downloadbrdo-6049f23760cc3653e46ee4bf3f7843590d9954f8.tar.gz
brdo-6049f23760cc3653e46ee4bf3f7843590d9954f8.tar.bz2
- Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page.
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;
}