Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f8c9cf8b
Commit
f8c9cf8b
authored
Aug 13, 2014
by
alexpott
Browse files
Issue
#2307641
by mgifford: Fixed Color Contrast Insufficient with Error Text.
parent
4505b788
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/themes/seven/css/style.css
View file @
f8c9cf8b
...
...
@@ -728,7 +728,7 @@ label {
margin
:
0
0.2em
0
0
;
}
label
.error
{
color
:
#
e626
00
;
color
:
#
a51b
00
;
}
label
[
for
]
{
cursor
:
pointer
;
...
...
@@ -765,7 +765,7 @@ label[for] {
border-color
:
#e62600
;
background-color
:
hsla
(
15
,
75%
,
97%
,
1
);
box-shadow
:
inset
0
5px
5px
-5px
#b8b8b8
;
color
:
#
e626
00
;
color
:
#
a51b
00
;
}
.form-item
input
.error
:focus
,
.form-item
textarea
.error
:focus
,
...
...
@@ -795,7 +795,7 @@ div.description,
font-size
:
0.9em
;
}
.form-item
.description.error
{
color
:
#
e626
00
;
color
:
#
a51b
00
;
}
ul
.tips
li
{
...
...
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