Commit e4d2cefd authored by Pietro Albini's avatar Pietro Albini

Unified footer background color

parent 5eef09f5
......@@ -3720,9 +3720,9 @@ header.banner .nav-primary ul a.active {
header.banner .nav-primary ul li a:hover {
background: #e1662f;
border-top: 0;
-moz-box-shadow: inset 0 2px 2px -2px #777;
-webkit-box-shadow: inset 0 2px 2px -2px #777;
box-shadow: inset 0 2px 2px -2px #777;
-moz-box-shadow: inset 0 2px 2px -2px #777777;
-webkit-box-shadow: inset 0 2px 2px -2px #777777;
box-shadow: inset 0 2px 2px -2px #777777;
}
/* line 70, ../sass/core/patterns/_header.scss */
......@@ -3801,7 +3801,7 @@ header.banner .nav-primary ul li a:hover {
/* line 124, ../sass/core/patterns/_header.scss */
header.banner .nav-primary ul li a.active {
background-color: #ddd;
background-color: #dddddd;
}
/* line 128, ../sass/core/patterns/_header.scss */
......@@ -4087,7 +4087,7 @@ html.no-svg header.banner .logo-ubuntu, .opera-mini header.banner .logo-ubuntu {
/* line 389, ../sass/core/patterns/_header.scss */
header.banner .nav-primary ul li a.active {
background-color: #ddd;
background-color: #dddddd;
}
/* line 393, ../sass/core/patterns/_header.scss */
......@@ -4910,7 +4910,7 @@ header.banner .search-toggle {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("//assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/icon-search.png") no-repeat scroll 5px center, none repeat scroll 0 0 #BE3D00;
background: url("//assets.ubuntu.com/sites/ubuntu/latest/u/img/icons/icon-search.png") no-repeat scroll 5px center, none repeat scroll 0 0 #be3d00;
border: 6px solid #DE6532;
border-width: 0 0 1px;
color: #fff;
......@@ -5238,9 +5238,9 @@ footer.global {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-moz-box-shadow: inset 0 2px 2px -1px #d3d3d3;
-webkit-box-shadow: inset 0 2px 2px -1px #d3d3d3;
box-shadow: inset 0 2px 2px -1px #d3d3d3;
-moz-box-shadow: inset 0 2px 2px -1px lightgray;
-webkit-box-shadow: inset 0 2px 2px -1px lightgray;
box-shadow: inset 0 2px 2px -1px lightgray;
background: none;
border-top: 0;
clear: both;
......@@ -5458,9 +5458,9 @@ html.no-svg footer.global .top-link a, .opera-mini footer.global .top-link a {
}
/* line 16, ../sass/core/patterns/_contextual-footer.scss */
#context-footer hr {
-moz-box-shadow: inset 0 2px 2px -2px #333;
-webkit-box-shadow: inset 0 2px 2px -2px #333;
box-shadow: inset 0 2px 2px -2px #333;
-moz-box-shadow: inset 0 2px 2px -2px #333333;
-webkit-box-shadow: inset 0 2px 2px -2px #333333;
box-shadow: inset 0 2px 2px -2px #333333;
background: #dd4814;
height: 14px;
margin: 0 0 10px;
......@@ -7502,7 +7502,7 @@ h1 small, h2 small {
/* line 39, ../sass/_classes.scss */
.background-wallpaper .box, .download-desktop .box, .lubuntu .box, .community .box {
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
-mox-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
-ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2) inset;
}
......@@ -7585,7 +7585,7 @@ body.toolbar .logo {
/* line 40, ../sass/style.scss */
body.node-type-community-page {
background: url("../img/dotted.png") repeat scroll 0 0 #F5F6F7;
background: url("../img/dotted.png") repeat scroll 0 0 #f5f6f7;
}
/* line 44, ../sass/style.scss */
......@@ -7651,7 +7651,7 @@ header.banner.inverted .header-search input[type="search"] {
margin-bottom: 0;
background-color: transparent;
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
-mox-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s;
......@@ -7666,19 +7666,19 @@ header.banner.inverted .header-search input[type="search"]:focus {
}
/* line 14, ../sass/_mixins.scss */
header.banner.inverted .header-search input[type="search"]::-webkit-input-placeholder {
color: #555;
color: #555555;
}
/* line 17, ../sass/_mixins.scss */
header.banner.inverted .header-search input[type="search"]:-moz-placeholder {
color: #555;
color: #555555;
}
/* line 20, ../sass/_mixins.scss */
header.banner.inverted .header-search input[type="search"]::-moz-placeholder {
color: #555;
color: #555555;
}
/* line 23, ../sass/_mixins.scss */
header.banner.inverted .header-search input[type="search"]:-ms-input-placeholder {
color: #555;
color: #555555;
}
/* line 126, ../sass/style.scss */
header.banner.inverted .header-search button[type="submit"] {
......@@ -7709,15 +7709,18 @@ header.banner .site-name .logo-ubuntuit {
}
/* line 155, ../sass/style.scss */
footer.global {
background: #eeeeee;
}
/* line 159, ../sass/style.scss */
.inner-wrapper {
-moz-box-shadow: 0 2px 3px #c9c9c9;
-webkit-box-shadow: 0 2px 3px #c9c9c9;
box-shadow: 0 2px 3px #c9c9c9;
}
/* line 162, ../sass/style.scss */
/* line 166, ../sass/style.scss */
a.link-cta-ubuntu {
margin: 0 0 0.75em 0;
}
/*# sourceMappingURL=style.css.map */
......@@ -152,6 +152,10 @@ header.banner {
}
}
footer.global {
background: #eeeeee;
}
.inner-wrapper {
-moz-box-shadow: 0 2px 3px #c9c9c9;
-webkit-box-shadow: 0 2px 3px #c9c9c9;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment