summaryrefslogtreecommitdiff
path: root/src/chrome/global/inContentUI.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/inContentUI.css')
-rw-r--r--src/chrome/global/inContentUI.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/chrome/global/inContentUI.css b/src/chrome/global/inContentUI.css
index e2e0691..a240cd1 100644
--- a/src/chrome/global/inContentUI.css
+++ b/src/chrome/global/inContentUI.css
@@ -48,8 +48,8 @@
48 -moz-appearance: none; 48 -moz-appearance: none;
49 padding: 18px; 49 padding: 18px;
50 background-repeat: repeat; 50 background-repeat: repeat;
51 color: #fff; 51 color: #bfbbb6;
52 background-color: rgb(0,0,0); 52 background-color: #181411;
53} 53}
54 54
55html|html { 55html|html {
@@ -68,9 +68,9 @@ html|html {
68 /* Disabled because of bug 623615 68 /* Disabled because of bug 623615
69 overflow: hidden; 69 overflow: hidden;
70 */ 70 */
71 background-color: rgb(0,0,0); 71 background-color: #181411;
72 border: 1px solid rgb(64,64,64); 72 border: 1px solid rgb(64,64,64);
73 color: #fff; 73 color: #bfbbb6;
74 border-radius: 5px; 74 border-radius: 5px;
75} 75}
76 76
@@ -79,9 +79,9 @@ html|html {
79 menulist, 79 menulist,
80 colorpicker[type="button"] { 80 colorpicker[type="button"] {
81 -moz-appearance: none; 81 -moz-appearance: none;
82 color: #fff; 82 color: #bfbbb6;
83 padding: 0 5px; 83 padding: 0 5px;
84 background-color: rgb(0,0,0); 84 background-color: #181411;
85 background-clip: padding-box; 85 background-clip: padding-box;
86 border-radius: 3px; 86 border-radius: 3px;
87 border: 1px solid rgb(75,75,75); 87 border: 1px solid rgb(75,75,75);
@@ -103,7 +103,7 @@ html|html {
103 -moz-border-right-colors: rgb(64,64,64) !important; 103 -moz-border-right-colors: rgb(64,64,64) !important;
104 -moz-border-bottom-colors: rgb(64,64,64) !important; 104 -moz-border-bottom-colors: rgb(64,64,64) !important;
105 -moz-border-left-colors: rgb(64,64,64) !important; 105 -moz-border-left-colors: rgb(64,64,64) !important;
106 background-color: rgb(0,0,0); 106 background-color: #181411;
107 color: #GrayText; 107 color: #GrayText;
108 } 108 }
109 109
@@ -117,7 +117,7 @@ html|html {
117 117
118 html|button:not([disabled]):hover, 118 html|button:not([disabled]):hover,
119 button:not([disabled="true"]):hover { 119 button:not([disabled="true"]):hover {
120 background-color: rgb(0,0,0); 120 background-color: #181411;
121 } 121 }
122 122
123 button > .button-box { 123 button > .button-box {