Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d2de8e51
Commit
d2de8e51
authored
Jun 06, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #90 from edx/fix/frances/theming-background-color
LMS Sass Variable/Background Color Fixes
parents
f00b42c9
3775ac61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
lms/static/sass/base/_variables.scss
+2
-1
lms/static/sass/course/base/_base.scss
+2
-2
lms/static/sass/multicourse/_account.scss
+3
-3
No files found.
lms/static/sass/base/_variables.scss
View file @
d2de8e51
...
...
@@ -88,9 +88,10 @@ $dashboard-profile-header-color: transparent;
$dashboard-profile-color
:
rgb
(
252
,
252
,
252
);
$dot-color
:
$light-gray
;
$content-wrapper-bg
:
shade
(
$body-bg
,
2%
)
;
$content-wrapper-bg
:
$white
;
$course-bg-color
:
#d6d6d6
;
$course-bg-image
:
url(../images/bg-texture.png)
;
$account-content-wrapper-bg
:
shade
(
$body-bg
,
2%
);
$course-profile-bg
:
rgb
(
245
,
245
,
245
);
$course-header-bg
:
rgba
(
255
,
255
,
255
,
0
.93
);
...
...
lms/static/sass/course/base/_base.scss
View file @
d2de8e51
...
...
@@ -35,7 +35,7 @@ a {
width
:
100%
;
border-radius
:
3px
;
border
:
1px
solid
$outer-border-color
;
background
:
$
body
-bg
;
background
:
$
container
-bg
;
@include
box-shadow
(
0
1px
2px
rgba
(
0
,
0
,
0
,
0
.05
));
}
}
...
...
@@ -50,7 +50,7 @@ textarea,
input
[
type
=
"text"
],
input
[
type
=
"email"
],
input
[
type
=
"password"
]
{
background
:
$
body-bg
;
background
:
$
white
;
border
:
1px
solid
$border-color-2
;
@include
border-radius
(
0
);
@include
box-shadow
(
0
1px
0
0
rgba
(
255
,
255
,
255
,
0
.6
)
,
inset
0
0
3px
0
rgba
(
0
,
0
,
0
,
0
.1
));
...
...
lms/static/sass/multicourse/_account.scss
View file @
d2de8e51
...
...
@@ -6,7 +6,7 @@
// page-level
.view-register
,
.view-login
,
.view-passwordreset
{
background
:
$
body
-bg
;
background
:
$
container
-bg
;
...
...
@@ -98,7 +98,7 @@
// layout
.content-wrapper
{
background
:
$content-wrapper-bg
;
background
:
$
account-
content-wrapper-bg
;
padding-bottom
:
0
;
}
...
...
@@ -331,7 +331,7 @@
}
textarea
,
input
{
background
:
$
body
-bg
;
background
:
$
container
-bg
;
color
:
rgba
(
0
,
0
,
0
,.
25
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment