Fix toolbar day mode
Also moved the code to SCSS Signed-off-by: Pedro Ferreira <pedro@dete.st>
This commit is contained in:
22
public/vendor/showup/showup.css
vendored
22
public/vendor/showup/showup.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user