summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 15:04:22 +0300
committerGitHub <noreply@github.com>2019-07-09 15:04:22 +0300
commit3f0b36f404a83a6ba46518aae28b7c348757aba9 (patch)
treef92254a1be7ee3eb2252b670e3b1e14b04202358
parent904616d1ab9619c17e6347cf70759523ccc3ccfa (diff)
Update alert.css
-rw-r--r--src/chrome/global/alerts/alert.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/alerts/alert.css b/src/chrome/global/alerts/alert.css
index 9944af1..43d12ec 100644
--- a/src/chrome/global/alerts/alert.css
+++ b/src/chrome/global/alerts/alert.css
@@ -17,9 +17,9 @@
17} 17}
18 18
19#alertBox { 19#alertBox {
20 border: 1px solid rgb(75,75,75); 20 border: 1px solid rgb(64,64,64);
21 border-radius: 0; 21 border-radius: 0;
22 background-color: rgb(43,43,43); 22 background-color: rgb(0,0,0);
23 color: #fff; 23 color: #fff;
24 box-shadow: 0 0 4px rgba(255,255,255,.3); 24 box-shadow: 0 0 4px rgba(255,255,255,.3);
25} 25}