Put back task actions on the sidebar

This commit is contained in:
Frederic Guillot
2016-03-17 23:12:16 -04:00
parent 24c224ddc2
commit f1e4fb92b3
8 changed files with 115 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -43,6 +43,12 @@
.sidebar a {
text-decoration: none;
color: #aaa;
font-weight: 200;
}
.sidebar a:hover {
color: #333;
}
.sidebar li {
@@ -67,7 +73,21 @@
font-weight: bold;
}
.sidebar-icons li {
padding-left: 0;
}
.sidebar-icons li:hover,
.sidebar-icons li.active {
padding-left: 0;
border-left: none;
}
.sidebar li.active a:focus,
.sidebar li.active a:hover {
color: #555;
}
.sidebar li:last-child {
margin-bottom: 15px;
}