Fix original white theme

This commit is contained in:
fla 2016-01-29 16:23:40 +01:00 committed by Flaburgan
parent 3c2bc54061
commit d0d3df05eb
5 changed files with 6 additions and 7 deletions

View file

@ -26,8 +26,8 @@ $light-green: lighten($green, 20%);
$red: #a80000;
$blue: #3f8fba;
$sidebars-background: #f0f0f0 !default;
$sidebars-sub-background: darken($sidebars-background, 12%) !default;
$main-background: #f0f0f0 !default;
$sidebars-background: $background-white !default;
$left-navbar-drawer-background: darken($sidebars-background, 6%);
$card-shadow: 0 1px 2px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !default;

View file

@ -7,8 +7,8 @@ $main-color-dark: darken($main-color, 15%);
// Variables
$header-background-color: $main-color-dark;
$main-background: $background;
$sidebars-background: $background;
$sidebars-sub-background: $background;
$card-shadow: none;
@import 'color_themes/color_theme_override_origwhite';

View file

@ -1,6 +1,5 @@
/* Fixed backgrounds are a common practice to avoid height issues */
.left-navbar-fixed-sub-background {
background: $sidebars-sub-background;
.left-navbar-fixed-background {
position: fixed;
height: 100%;
}

View file

@ -2,7 +2,7 @@
.page-people,
.page-photos,
.page-tags {
background-color: $sidebars-background;
background-color: $main-background;
}
.stream_container {

View file

@ -32,6 +32,6 @@
#paginate
%span.loader.hidden
.spinner
%a.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
⇧