-moz-padding-end: 10px;
}
+/* File Field Widget */
+filefield {
+ margin: 2px 4px;
+ border: 1px inset #CCD0DD;
+}
+
+.fileFieldContentBox {
+ background-color: #CCD0DD;
+}
+
+filefield[disabled="true"] {
+ color: #CCCCCC;
+ border: 1px solid #666699;
+}
+
+.fileFieldIcon[disabled="true"] {
+ opacity: 0.4;
+}
+
+.fileFieldIcon {
+ width: 16px;
+ height: 16px;
+ margin-top: 1px;
+ margin-bottom: 1px;
+ -moz-margin-start: 1px;
+ -moz-margin-end: 4px;
+}
+
+.fileFieldLabel {
+ -moz-appearance: none;
+ background-color: transparent;
+ border: none;
+ margin: 0px;
+}
html {
background-color: #CCD0DD;
+ padding: 0 1em;
+ font: 11px helvetica,arial,tahoma,sans-serif;
}
body {
color: #000000;
- font: 11px helvetica,arial,tahoma,sans-serif;
- margin: 0;
- padding: 0 1em;
-}
-
-#aboutPageContainer {
position: relative;
min-width: 330px;
max-width: 50em;
}
.aboutPageWideContainer {
- max-width: 80% !important;
+ max-width: 80%;
}
#aboutLogoContainer {
ul > li {
margin-top: .5em;
}
+
+th, td {
+ padding: 0 5px;
+}
-moz-box-align: center;
}
+textbox[nomatch="true"][highlightnonmatches="true"] {
+ color: red;
+}
+
.textbox-input-box {
margin: 0 3px;
-moz-box-align: center;
padding: 0px;
background-color: white;
}
+
+menupopup > menu > menupopup,
+popup > menu > menupopup {
+ margin-top: -2px;
+}
min-width: 8px;
}
- html|div thumb > gripper {
- -moz-appearance: scrollbargripper-vertical;
- }
-
- html|div thumb[orient="horizontal"] > gripper {
- -moz-appearance: scrollbargripper-horizontal;
- }
-
/* ::::: scrollbar button ::::: */
html|div scrollbarbutton,
cursor: default;
background-color: #FFFFFF;
color: #CCCCCC;
+ border: 1px solid #666699;
}
textbox[focused="true"] {
width: 0px;
}
-.textbox-addressingWidget[noMatchesFound="true"] {
- color: red;
-}
-
#typecol-addressingWidget {
min-width: 9em;
border-right: 1px solid #CCD0DD;
#extensionsView {
border: 1px inset #CCD0DD;
margin: 0;
+ min-width: 245px;
}
#resizerBox {
border: 1px inset #CCD0DD;
background-color: #FFFFFF;
color: #000000;
+ min-width: 65px;
overflow: auto;
- width: 0px;
+}
+
+#previewImageDeck {
+ min-width: 220px;
}
#themeSplitter {
padding: 0;
}
-.searchbox-search,
-.searchbox-cancel {
- -moz-appearance: none;
- cursor: default;
- margin: 0;
- border: 0;
- padding: 0;
- width: 19px;
- height: 19px;
- min-width: 19px;
-}
-
-.searchbox-search .button-box,
-.searchbox-cancel .button-box {
- border: 0px;
- padding: 0px;
-}
-
-.searchbox-search {
- list-style-image: url("chrome://mozapps/skin/extensions/searchIcons.png");
- -moz-image-region: rect(0px 38px 19px 19px);
-}
-
-.searchbox-cancel {
- list-style-image: url("chrome://mozapps/skin/extensions/searchIcons.png");
- -moz-image-region: rect(0px 57px 19px 38px);
-}
-
#progressBox {
padding: 5px 5px 5px 5px;
}
+++ /dev/null
-/* Generic RichView */
-
-view {
- margin: 10px 10px 5px 10px;
- -moz-user-focus: normal;
- background-color: #CCD0DD;
-}
-
-.richviewInner {
- padding: 0px;
-}
+++ /dev/null
-<?xml version="1.0"?>
-
-<bindings id="richviewSkinBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:xbl="http://www.mozilla.org/xbl">
-
- <binding id="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
- <resources>
- <stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
- </resources>
- <content>
- <xul:vbox flex="1" class="richviewInner">
- <children/>
- </xul:vbox>
- </content>
- </binding>
-
-</bindings>
-