- Add specific support for dark/black schemes
#back-to-top {
display: none;
cursor: pointer;
- color: white;
+ color: $nav_icon_color;
position: fixed;
z-index: 49;
right: 20px;
font-size: 2.9em;
padding: 0 12px 0 12px;
border-radius: 10px;
- background-color: #aaa;
+ background-color: $nav_bg;
line-height: 1.5;
}
</div><!--row-->
</div><!-- container -->
- <div id="back-to-top" title="back to top">⇧</div>
+ <div id="back-to-top" title="back to top">⇪</div>
</main>
<footer>
</div><!--row-->
</div><!-- container -->
- <div id="back-to-top" title="back to top">⇧</div>
+ <div id="back-to-top" title="back to top">⇪</div>
</main>
<footer>
.fsuggest-content-wrapper,
.panel,
aside .widget,
-.nav-container .widget{
+.nav-container .widget,
+#back-to-top
+{
box-shadow: 0 0 3px $link_color;
-webkit-box-shadow: 0 0 3px $link_color;
}
input[type=text].tt-input {
box-shadow: none;
}
+
+#back-to-top {
+ color: $link_color;
+}
input[type=text].tt-input {
box-shadow: none;
}
+
+#back-to-top {
+ border: 1px solid $nav_icon_color;
+}