margin-bottom: 8px;
}
+#alertNotification[clickable="true"]:hover .alertTextBox,
+#alertNotification[clickable="true"]:hover .alertCloseBox {
+/* background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3)); */
+}
+
.alertTitle {
font-weight: bold;
font-size: 110%;
cursor: inherit;
}
-.alertText[clickable="true"] {
- color: blue;
- text-decoration: underline;
-}
-
-.alertText[clickable="true"]:hover:active {
- color: red;
-}
-
@keyframes alert-animation {
from {
opacity: 0;
display: none;
}
-.findbar-find-status {
+.findbar-find-status,
+.found-matches {
color: #808080;
margin: 0 !important;
-moz-margin-start: 12px !important;
border-bottom: 1px solid #9999CC;
}
-richlistitem[type="download"][selected="true"] {
- background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
-}
-
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: #9999CC;
}
background-color: #CCD0DD;
color: #000000;
-moz-user-select: none;
- position: relative;
}
.hoverBox {
.closeIcon {
display: block;
- position: absolute;
width: 16px;
height: 16px;
- top: 4px;
- right: 4px;
+ margin-top: 4px;
+ -moz-margin-start: -20px;
+ -moz-margin-end: 4px;
border: none;
background-color: transparent;
background-image: url("chrome://mozapps/skin/plugins/contentPluginClose.png");
background-repeat: no-repeat;
}
-.mainBox[chromedir="rtl"] .closeIcon {
- right: auto;
- left: 4px;
-}
-
.action-link {
display: inline-block;
border-radius: 10px;
margin-bottom: 8px;
}
+#alertNotification[clickable="true"]:hover .alertTextBox,
+#alertNotification[clickable="true"]:hover .alertCloseBox {
+/* background-image: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.3));*/
+}
+
.alertTitle {
font-weight: bold;
font-size: 110%;
cursor: inherit;
}
-.alertText[clickable="true"] {
- color: #3333FF;
- text-decoration: underline;
-}
-
-.alertText[clickable="true"]:hover:active {
- color: red;
-}
-
@keyframes alert-animation {
from {
opacity: 0;
display: none;
}
-.findbar-find-status {
+.findbar-find-status,
+.found-matches {
color: #A09090;
margin: 0 !important;
-moz-margin-start: 12px !important;
border-bottom: 1px solid #9C9CFF;
}
-richlistitem[type="download"][selected="true"] {
- background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
-}
-
richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
background-color: #3F2700;
}
background-color: #000000;
color: #FFCF00;
-moz-user-select: none;
- position: relative;
}
.hoverBox {
.closeIcon {
display: block;
- position: absolute;
width: 16px;
height: 16px;
- top: 4px;
- right: 4px;
+ margin-top: 4px;
+ -moz-margin-start: -20px;
+ -moz-margin-end: 4px;
border: none;
background-color: transparent;
background-image: url("mozapps/skin/plugins/contentPluginClose.png");
background-repeat: no-repeat;
}
-.mainBox[chromedir="rtl"] .closeIcon(rtl) {
- right: auto;
- left: 4px;
-}
-
.closeIcon:hover,
.closeIcon:hover:active {
background-position: -16px 0;