summaryrefslogtreecommitdiff
path: root/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/mozapps/xpinstall/xpinstallConfirm.css')
-rw-r--r--src/chrome/mozapps/xpinstall/xpinstallConfirm.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chrome/mozapps/xpinstall/xpinstallConfirm.css b/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
index cd51dd3..5eae47e 100644
--- a/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
+++ b/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
@@ -11,8 +11,8 @@
11 margin: 3px 4px 10px 4px; 11 margin: 3px 4px 10px 4px;
12 height: 14em; 12 height: 14em;
13 border: 1px solid rgb(64,64,64); 13 border: 1px solid rgb(64,64,64);
14 background-color: rgb(0,0,0); 14 background-color: #181411;
15 color: #fff; 15 color: #bfbbb6;
16} 16}
17 17
18#itemWarningIntro { 18#itemWarningIntro {
@@ -64,8 +64,8 @@ installitem {
64 -moz-appearance: none; 64 -moz-appearance: none;
65 border: none; 65 border: none;
66 padding: 0; 66 padding: 0;
67 background-color: rgb(0,0,0); 67 background-color: #181411;
68 color: #fff; 68 color: #bfbbb6;
69 margin-top: 1px; 69 margin-top: 1px;
70 margin-bottom: 1px; 70 margin-bottom: 1px;
71 margin-inline-start: 6px; 71 margin-inline-start: 6px;