Skip to content

Commit

Permalink
Item12952: Change css for modified fields
Browse files Browse the repository at this point in the history
The pink help text, warning messages, etc. are just about impossible to
read.  Set a neutral background to highlight modified fields instead of
the low contrast text.
  • Loading branch information
gac410 committed Sep 11, 2014
1 parent 160636e commit 18790e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/System/ConfigurePlugin/configure.uncompressed.css
Expand Up @@ -32,7 +32,7 @@ div.node {
}

.value_modified {
color: pink;
background: khaki;
}

.closed > .description {
Expand Down

0 comments on commit 18790e1

Please sign in to comment.