Commit 207b5d263ebb2cfae1db2f0dfc802c0eda387ad6
1 parent
6937f679
Exists in
master
and in
2 other branches
Changing pendencies notification alert color
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/green.sassc
No preview for this file type
amadeus/static/css/themes/green.css
@@ -383,7 +383,7 @@ a.add-row { | @@ -383,7 +383,7 @@ a.add-row { | ||
383 | color: #FF0000; } | 383 | color: #FF0000; } |
384 | 384 | ||
385 | .alert-low { | 385 | .alert-low { |
386 | - background-color: #FFD800; } | 386 | + background-color: #dfbd31; } |
387 | 387 | ||
388 | .alert-medium { | 388 | .alert-medium { |
389 | background-color: #FF9000; } | 389 | background-color: #FF9000; } |
amadeus/static/css/themes/green.sass
@@ -526,7 +526,7 @@ a.add-row | @@ -526,7 +526,7 @@ a.add-row | ||
526 | color: #FF0000 | 526 | color: #FF0000 |
527 | 527 | ||
528 | .alert-low | 528 | .alert-low |
529 | - background-color: #FFD800 | 529 | + background-color: #dfbd31 |
530 | 530 | ||
531 | .alert-medium | 531 | .alert-medium |
532 | background-color: #FF9000 | 532 | background-color: #FF9000 |