Skip to content

Commit

Permalink
app: make pending color bar blue (addresses UX feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Oct 31, 2019
1 parent 216da0a commit 4b3752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop_client/gui/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ class ReplyWidget(SpeechBubble):
#color_bar {
min-height: 5px;
max-height: 5px;
background-color: #8715FF;
background-color: #0065db;
border: 0px;
}
'''
Expand Down

0 comments on commit 4b3752e

Please sign in to comment.