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:
parent
0aee7c94d0
commit
6fc6833cdb
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue