mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Update red and green colors to match the Qt GUI colors
This commit is contained in:
parent
2d78b545a5
commit
c349e6049c
@ -153,7 +153,7 @@ div#uploads .upload .upload-status {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#uploads .upload input.cancel {
|
div#uploads .upload input.cancel {
|
||||||
color: #f24537;
|
color: #d0011b;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -188,11 +188,11 @@ ul.flashes li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.error {
|
li.error {
|
||||||
color: #dd4040;
|
color: #d0011b;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.info {
|
li.info {
|
||||||
color: #3e933f;
|
color: #5fa416;
|
||||||
}
|
}
|
||||||
|
|
||||||
.closed-wrapper {
|
.closed-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user