ICU-9950 hilight hover row in review - fix for unicode.org

X-SVN-Rev: 34533
This commit is contained in:
Steven R. Loomis 2013-10-09 23:00:57 +00:00
parent 95f6a29f6b
commit 72523b3ae8

View file

@ -2,7 +2,9 @@
/* @override http://unicode.org/cldr/trac/chrome/icucodetools/css/icuxtn.css */
table.icureview tr:hover {
table.icureview tr:hover,
table.icureview tr:hover td,
table.icureview tr:hover th {
background-color: yellow !important;
}