summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 f4539a2..cd51dd3 100644
--- a/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
+++ b/src/chrome/mozapps/xpinstall/xpinstallConfirm.css
@@ -10,8 +10,8 @@
10 -moz-appearance: none; 10 -moz-appearance: none;
11 margin: 3px 4px 10px 4px; 11 margin: 3px 4px 10px 4px;
12 height: 14em; 12 height: 14em;
13 border: 1px solid rgb(75,75,75); 13 border: 1px solid rgb(64,64,64);
14 background-color: rgb(50,50,50); 14 background-color: rgb(0,0,0);
15 color: #fff; 15 color: #fff;
16} 16}
17 17
@@ -28,7 +28,7 @@ installitem {
28 padding-bottom: 5px; 28 padding-bottom: 5px;
29 padding-inline-start: 5px; 29 padding-inline-start: 5px;
30 padding-inline-end: 0; 30 padding-inline-end: 0;
31 border-bottom: 1px dotted rgb(75,75,75); 31 border-bottom: 1px dotted rgb(64,64,64);
32 margin-bottom: 5px; 32 margin-bottom: 5px;
33} 33}
34 34
@@ -64,7 +64,7 @@ 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(50,50,50); 67 background-color: rgb(0,0,0);
68 color: #fff; 68 color: #fff;
69 margin-top: 1px; 69 margin-top: 1px;
70 margin-bottom: 1px; 70 margin-bottom: 1px;