New toolbar

This commit is contained in:
yflory
2017-06-21 18:04:35 +02:00
parent 503e9de07c
commit 8d956c3de6
11 changed files with 1180 additions and 387 deletions

View File

@@ -42,7 +42,7 @@
}
a {
color: black !important;
color: black;
padding: 5px 16px;
text-decoration: none;
display: block;
@@ -56,12 +56,12 @@
&:hover {
background-color: #f1f1f1;
color: black !important;
color: black;
}
&.active {
background-color: #e8e8e8;
color: black !important;
color: black;
}
}