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
e5fd9263
Commit
e5fd9263
authored
Jul 30, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #316 from MITx/feature/halogenandtoast/form-field-errors
Added styles for errors
parents
1baa306c
a040f434
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
lms/static/sass/shared/_modal.scss
+14
-0
No files found.
lms/static/sass/shared/_modal.scss
View file @
e5fd9263
...
...
@@ -148,6 +148,16 @@
label
{
display
:
none
;
&
.field-error
{
display
:
block
;
color
:
#8F0E0E
;
+
input
{
border
:
1px
solid
#CA1111
;
color
:
#8F0E0E
;
}
}
}
input
[
type
=
"checkbox"
]
{
...
...
@@ -187,6 +197,10 @@
background
:
rgb
(
230
,
230
,
230
);
}
&
.field-error
{
border
:
1px
solid
#CA1111
;
}
a
{
font-family
:
$serif
;
font-style
:
italic
;
...
...
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