summaryrefslogtreecommitdiff
path: root/src/chrome/global/groupbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/groupbox.css')
-rw-r--r--src/chrome/global/groupbox.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/groupbox.css b/src/chrome/global/groupbox.css
index d3b5bb9..da9bcf2 100644
--- a/src/chrome/global/groupbox.css
+++ b/src/chrome/global/groupbox.css
@@ -24,13 +24,13 @@ groupbox {
24 24
25caption { 25caption {
26 margin: 0 6px; 26 margin: 0 6px;
27 background-color: rgb(0,0,0); 27 background-color: #181411;
28 color: #FFFFFF !important; 28 color: #FFFFFF !important;
29} 29}
30 30
31tabpanels caption { 31tabpanels caption {
32 -moz-appearance: none; 32 -moz-appearance: none;
33 background-color: rgb(0,0,0); 33 background-color: #181411;
34 color: #FFFFFF !important; 34 color: #FFFFFF !important;
35} 35}
36 36