Fix for #1017 - Listview - remove hover/focus on read-only items

This commit is contained in:
Dave Hulbert 2011-03-04 18:54:33 +08:00 committed by Scott Jehl
parent b740854ae7
commit 11965092bb

View file

@ -76,7 +76,6 @@
background: #333333;
font-weight: bold;
color: #fff;
cursor: pointer;
text-shadow: 0 -1px 1px #000;
text-decoration: none;
background-image: -moz-linear-gradient(top,
@ -197,7 +196,6 @@
background: #2567ab;
font-weight: bold;
color: #fff;
cursor: pointer;
text-shadow: 0 -1px 1px #145072;
text-decoration: none;
background-image: -moz-linear-gradient(top,
@ -310,7 +308,6 @@
background: #eee;
font-weight: bold;
color: #444;
cursor: pointer;
text-shadow: 0 1px 1px #f6f6f6;
text-decoration: none;
background-image: -moz-linear-gradient(top,
@ -544,7 +541,6 @@
background: #fadb4e;
font-weight: bold;
color: #333;
cursor: pointer;
text-shadow: 0 1px 1px #fe3;
text-decoration: none;
text-shadow: 0 1px 0 #fff;