mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-10 00:19:35 -04:00
Update red and green colors to match the Qt GUI colors
This commit is contained in:
parent
1b68adc6d0
commit
5cdd5521e9
1 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ div#uploads .upload .upload-status {
|
|||
}
|
||||
|
||||
div#uploads .upload input.cancel {
|
||||
color: #f24537;
|
||||
color: #d0011b;
|
||||
border: 0;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
|
@ -188,11 +188,11 @@ ul.flashes li {
|
|||
}
|
||||
|
||||
li.error {
|
||||
color: #dd4040;
|
||||
color: #d0011b;
|
||||
}
|
||||
|
||||
li.info {
|
||||
color: #3e933f;
|
||||
color: #5fa416;
|
||||
}
|
||||
|
||||
.closed-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue