modify project viewer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user