modify project viewer

This commit is contained in:
kekee000
2014-12-17 23:31:37 +08:00
parent 75ee3b22a5
commit cb42a16538
8 changed files with 119 additions and 86 deletions

View File

@@ -24,32 +24,41 @@
}
.project-list {
line-height: 28px;
a {
color: #9EB0C0;
}
div {
dl {
padding: 0 10px 0 15px;
}
cursor: pointer;
div:hover {
background: #323842;
a {
color: #FFF;
dt {
line-height: 28px;
font-weight: normal;
color: #9EB0C0;
}
.i-del {
dd {
display: none;
line-height: 28px;
color: #6F7D88;
span {
margin-right: 10px;
&:hover {
text-decoration: underline;
}
}
}
}
dl:hover {
background: lighten(#323842, 10%);
dt {
color: #FFF;
}
}
dl.selected {
background: #323842;
dd {
display: block;
}
}
.i-del {
float: right;
display: none;
color: #FFF;
}
}
}