Fix styles

* don't show pointer cursor for for the whole list item any more
* fix hover color for links in .row_title
This commit is contained in:
Riyad Preukschas 2012-07-22 14:36:22 +02:00
parent 0aee7c94d0
commit 6fc6833cdb

View file

@ -381,7 +381,6 @@ form {
min-height: 20px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
cursor:pointer;
&.smoke {
background-color:#f5f5f5;
}
@ -516,7 +515,8 @@ form {
.row_title {
font-weight:bold;
color:#444;
&:hover {
&:hover {
color:#444;
text-decoration:underline;
}
}