summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-26 13:33:43 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-26 13:33:43 +0000
commit40c1805350a1937da198e878720e411de059120d (patch)
tree80b739065b25de9073785cb94a3165bb700a064d /themes
parentce08394b208877874770866401990b7b49c074ba (diff)
downloadbrdo-40c1805350a1937da198e878720e411de059120d.tar.gz
brdo-40c1805350a1937da198e878720e411de059120d.tar.bz2
- Patch #777428 by BarisW, seutje: fixed Seven's lacks drag-and-drop styling.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 6901b4c82..585a0e2a8 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -481,10 +481,15 @@ tr.even, tr.odd {
border-color: #bebfb9;
background: #f3f4ee;
}
-
tr.odd {
background: #fff;
}
+tr.drag {
+ background: #fe7;
+}
+tr.drag-previous {
+ background: #ffb;
+}
table th {
font-size: 12px;
text-transform: uppercase;