}
.panel-promo-box {
- margin: 8px -16px -16px -16px;
- padding: 8px 16px;
- background-color: #000000;
+ margin: 5px -6px -6px -6px;
+ padding: 5px;
+ background-color: #000040;
color: #FF9F00;
- border-bottom-left-radius: 6px;
- border-bottom-right-radius: 6px;
+ border-bottom-left-radius: 5px;
+ border-bottom-right-radius: 5px;
border-top: 1px solid #9C9CFF;
}
.panel-promo-closebutton {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
- -moz-margin-end: -10px;
- margin-top: -5px;
+ -moz-margin-end: -3px;
+ margin-top: -3px;
}
.panel-promo-closebutton:hover {
background-color: #000000;
background-clip: padding-box;
padding-left: 3px;
- border-radius: 2.5px 0 0 2.5px;
+ border-radius: 3px 0 0 3px;
-moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0;
-moz-margin-end: -8px;
- margin-top: -2px;
- margin-bottom: -2px;
}
#notification-popup-box:not([hidden]) + #identity-box {
-moz-padding-start: 10px;
- border-radius: 0;
}
#notification-popup-box:-moz-locale-dir(rtl),
}
.notification-anchor-icon:-moz-focusring {
- outline: 1px dotted -moz-DialogText;
- outline-offset: -3px;
+ outline: 1px dotted #008484;
+/* outline-offset: -3px; */
}
#default-notification-icon {
border-spacing: 0px;
}
+table + table {
+ margin-top: 1em;
+}
+
th, td {
padding: 3px;
}
-th + th,
-td + td {
+th:not(:first-child),
+td:not(:first-child) {
border-left: 1px dotted #9C9FFF;
}
+/* adjustments for not painting outside of table border */
+thead:first-child > th:first-child, /* prefs table misses a tr in thead */
+thead:first-child > tr:first-child > th:first-child,
+thead:first-child > tr:first-child > td:first-child,
+tbody:first-child > tr:first-child > th:first-child,
+tbody:first-child > tr:first-child > td:first-child {
+ border-top-left-radius: 9px;
+}
+
+thead:first-child > th:last-child, /* prefs table misses a tr in thead */
+thead:first-child > tr:first-child > th:last-child,
+thead:first-child > tr:first-child > td:last-child,
+tbody:first-child > tr:first-child > th:last-child,
+tbody:first-child > tr:first-child > td:last-child {
+ border-top-right-radius: 9px;
+}
+
+thead:last-child > tr:last-child > th:first-child,
+thead:last-child > tr:last-child > td:first-child,
+tbody:last-child > tr:last-child > th:first-child,
+tbody:last-child > tr:last-child > td:first-child {
+ border-bottom-left-radius: 9px;
+}
+
+thead:last-child > tr:last-child > th:last-child,
+thead:last-child > tr:last-child > td:last-child,
+tbody:last-child > tr:last-child > th:last-child,
+tbody:last-child > tr:last-child > td:last-child {
+ border-bottom-right-radius: 9px;
+}
+
thead th {
text-align: center;
}
width: 0px;
}
+tr:not(:first-child) > td,
+tr:not(:first-child) > th,
+tbody:not(:first-child) > tr > td,
+tbody:not(:first-child) > tr > th {
+ border-top: 1px dotted #9C9FFF;
+}
+
td {
text-align: start;
- border-top: 1px dotted #9C9FFF;
}
.prefs-table {