Commit 6fc6833c authored by Riyad Preukschas's avatar Riyad Preukschas

Fix styles

* don't show pointer cursor for for the whole list item any more
* fix hover color for links in .row_title
parent 0aee7c94
...@@ -381,7 +381,6 @@ form { ...@@ -381,7 +381,6 @@ form {
min-height: 20px; min-height: 20px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-bottom: 1px solid rgba(0, 0, 0, 0.05);
cursor:pointer;
&.smoke { &.smoke {
background-color:#f5f5f5; background-color:#f5f5f5;
} }
...@@ -516,7 +515,8 @@ form { ...@@ -516,7 +515,8 @@ form {
.row_title { .row_title {
font-weight:bold; font-weight:bold;
color:#444; color:#444;
&:hover { &:hover {
color:#444;
text-decoration:underline; text-decoration:underline;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment