@import "chrome://global/skin/";
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
+
/* View buttons */
#viewGroup {
padding-inline-start: 10px;
}
row > label {
- padding: 3px 0;
+ padding: 0;
+ margin-top: 0;
+ margin-bottom: 0;
+ min-height: 19px; /* match textbox */
}
textbox {
background: transparent !important;
border: none;
padding: 0px;
- margin-top: 1px;
+ margin-top: 0px;
-moz-appearance: none;
}
+html|*.textbox-input > .anonymous-div,
+html|*.textbox-input > html|*.anonymous-div,
+html|div.anonymous-div,
+.anonymous-div,
+div,
+html|*.textbox-input,
+html|*.textbox-input::placeholder {
+ line-height: 1em !important;
+}
+
textbox.header {
margin-inline-start: 0;
}
}
#securityPanel .fieldLabel {
- margin: 2px 10px 3px;
+ margin: 0px 10px;
}
#securityPanel .fieldValue {
font-weight: bold;
- margin: 2px 10px 0px;
+ margin: 0px 10px;
}
#securityPanel row {
-moz-box-align: center;
}
+
+#security-technical-box > .fieldValue,
+#security-technical-box > .fieldLabel {
+ margin-bottom: .5em;
+}
opacity: 1.0;
}
+html|*.textbox-input > .anonymous-div,
+html|*.textbox-input::placeholder {
+ line-height: 1em; /* This would be ideal but doesn't work */
+}
+
+html|*.textbox-input {
+ max-height: 1em; /* work around the above rule that does not work */
+}
+
.textbox-input-box menupopup {
cursor: default;
}
/* ..... readonly state ..... */
textbox[readonly="true"] {
- border: 1px solid #8050B0;
- color: #8050B0;
+ border: 1px solid #A09090;
+ color: #A09090;
}
/* ..... disabled state ..... */
}
textbox[focused="true"][readonly="true"] {
- border: 1px solid #8050B0;
+ border: 1px solid #A09090;
outline: none;
}