Bug 413060 - Bookmark Contextual Dialog: no 3D border (for kliu.bugzilla.3c9f@mail.kailiu.com, r=gavin, ui-r+a=beltzner)

This commit is contained in:
dietrich@mozilla.com 2008-04-23 09:03:43 -07:00
parent 4a17a0ee4b
commit b9c9b4639f
2 changed files with 15 additions and 14 deletions

View File

@ -30,7 +30,15 @@
-moz-border-radius-bottomleft: 14px;
}
/* Match the curvature of the #identity-box for LTR locates (no curvature on RTL)*/
/* Bug 413060, comment 14: Match #identity-box's -moz-margin-start, less 1px */
#identity-popup[chromedir="ltr"] {
margin-left: 6px;
-moz-margin-start: 5px;
}
/* Bug 413060, comment 16: Vista Aero is a special case where we use a
tooltip appearance for the address bar popup panels */
#identity-popup:-moz-system-metric(windows-default-theme),
#editBookmarkPanel:-moz-system-metric(windows-default-theme) {
-moz-appearance: tooltip;
color: InfoText;
}

View File

@ -1213,6 +1213,8 @@ statusbarpanel#statusbar-display {
/* bookmarking panel */
#editBookmarkPanel {
-moz-appearance: menupopup;
color: MenuText;
padding: 4px;
}
@ -1852,7 +1854,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
#identity-popup-content-box > description,
#identity-popup-encryption-label {
white-space: pre-wrap;
color: black;
-moz-padding-start: 15px;
margin: 2px 0 4px;
}
@ -1908,26 +1909,18 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
/* Popup Bounding Box */
#identity-popup {
border: 1px solid;
-moz-border-radius: 0px;
-moz-border-bottom-colors: ThreeDShadow;
-moz-border-top-colors: ThreeDShadow;
-moz-border-left-colors: ThreeDShadow;
-moz-border-right-colors: ThreeDShadow;
margin-top: 1px;
background-color: Menu;
-moz-appearance: menupopup;
color: MenuText;
}
/* Match the curvature of the #identity-box for LTR locates (no curvature on RTL)*/
/* Bug 413060, comment 14: Match #identity-box's -moz-margin-start, less 1px */
#identity-popup[chromedir="ltr"] {
margin-left: 4px;
-moz-margin-start: 3px;
}
#identity-popup-container {
background-image: none;
background-color: Menu;
color: MenuText;
min-width: 280px;
padding: 10px;
}