Fix toolbar day mode

Also moved the code to SCSS

Signed-off-by: Pedro Ferreira <pedro@dete.st>
This commit is contained in:
Pedro Ferreira
2019-04-12 11:45:44 +02:00
parent 1801febfe6
commit 26dacde959
5 changed files with 51 additions and 54 deletions

View File

@@ -87,26 +87,6 @@
margin-right: 10px;
}
/* Light theme */
.btn-light {
color: #555;
background-color: rgba(0, 0, 0,.1);
}
.btn-light:hover {
color: #111;
background-color: rgba(0, 0, 0,.25);
}
/* Dark theme */
.btn-dark {
color: #fff;
background-color: rgba(0, 0, 0,.5);
}
.btn-dark:hover {
color: #fff;
background-color: rgba(0, 0, 0,.9);
}
/* Buttons displayed throughout the content */
.btn-showup {
position: relative;
@@ -122,4 +102,4 @@
outline: none;
background-color: #39235A;
border-color: #39235A;
}
}